Html Css Color HEX #CCC8DF Melrose

📋 copy color: '#CCC8DF'

red 204 ◦ green 200 ◦ blue 223

#CCC8DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #CCC8DF

Tints of Melrose #CCC8DF

RGB

 RED value IS 204 (80.08% from 255) = 32.54%

 GREEN value IS 200 (78.52% from 255) = 31.9%

 BLUE value IS 223 (87.5% from 255) = 35.57%

R = 32.54%
G = 31.9%
B = 35.57%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCC8DF (or 0xCCC8DF) is known color: Melrose. HEX triplet: CC, C8 and DF. RGB value is (204,200,223). Sum of RGB (Red+Green+Blue) = 204+200+223=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8DF is #333720. Grayscale: #CBCBCB. Windows color (decimal): -3356449 or 14665932. OLE color: 14665932.

HSL color Cylindrical-coordinate representation of color #CCC8DF: hue angle of 250.43º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC8DF is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 200 223 -
CMYK 0.09 0.10 0 0.13
HSL 250.43º 0.26% 0.83% -
HSV(B) 250.43º 0.1% 0.87% -
XYZ 58.88 59.47 78.19 -
YUV 203.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 204 200 223 0.09 0.10 0 0.13 250.43 0.26 0.83
Hex CC C8 DF 9 A 0 D FA 1A 53
Octal 314 310 337 11 12 0 15 372 32 123
Binary 11001100 11001000 11011111 1001 1010 0 1101 11111010 11010 1010011

Color Harmonies of #CCC8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8DF

Black with #CCC8DF

Text Example


Text Example

White with #CCC8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8DF; }

 p { color: rgb(204,200,223); }

 H1.HeaderClassName
 {
   color: #CCC8DF;
 }
 .AnyTagClassName
 {
   color: #CCC8DF;
 }
</style>

background-color css

<style>
 a { background-color: #CCC8DF; }

 a { background-color: rgb(204,200,223); }

 div.DivClassName
 {
   background-color: #CCC8DF;
 }
 .BgClassName
 {
   background-color: #CCC8DF;
 }
</style>

border-color css

<style>
 span { border-color: #CCC8DF; }

 span { border-color: rgb(204,200,223); }

 td.TdClassName
 {
   border-color: #CCC8DF;
 }
 .TagClassName
 {
   border-color: #CCC8DF;
 }
</style>