Html Css Color HEX #CCC8DA Melrose

📋 copy color: '#CCC8DA'

red 204 ◦ green 200 ◦ blue 218

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

Shades of Melrose #CCC8DA

Tints of Melrose #CCC8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.05%

R = 32.8%
G = 32.15%
B = 35.05%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCC8DA (or 0xCCC8DA) is known color: Melrose. HEX triplet: CC, C8 and DA. RGB value is (204,200,218). Sum of RGB (Red+Green+Blue) = 204+200+218=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8DA is #333725. Grayscale: #CBCBCB. Windows color (decimal): -3356454 or 14338252. OLE color: 14338252.

HSL color Cylindrical-coordinate representation of color #CCC8DA: hue angle of 253.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC8DA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 200 218 -
CMYK 0.06 0.08 0 0.15
HSL 253.33º 0.2% 0.82% -
HSV(B) 253.33º 0.08% 0.85% -
XYZ 58.21 59.21 74.69 -
YUV 203.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 204 200 218 0.06 0.08 0 0.15 253.33 0.2 0.82
Hex CC C8 DA 6 8 0 F FD 14 52
Octal 314 310 332 6 10 0 17 375 24 122
Binary 11001100 11001000 11011010 110 1000 0 1111 11111101 10100 1010010

Color Harmonies of #CCC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8DA

Black with #CCC8DA

Text Example


Text Example

White with #CCC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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