Html Css Color HEX #CCC8DB Melrose

📋 copy color: '#CCC8DB'

red 204 ◦ green 200 ◦ blue 219

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

Shades of Melrose #CCC8DB

Tints of Melrose #CCC8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.15%

R = 32.74%
G = 32.1%
B = 35.15%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCC8DB (or 0xCCC8DB) is known color: Melrose. HEX triplet: CC, C8 and DB. RGB value is (204,200,219). Sum of RGB (Red+Green+Blue) = 204+200+219=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8DB is #333724. Grayscale: #CBCBCB. Windows color (decimal): -3356453 or 14403788. OLE color: 14403788.

HSL color Cylindrical-coordinate representation of color #CCC8DB: hue angle of 252.63º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCC8DB is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 200 219 -
CMYK 0.07 0.09 0 0.14
HSL 252.63º 0.21% 0.82% -
HSV(B) 252.63º 0.09% 0.86% -
XYZ 58.34 59.26 75.38 -
YUV 203.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 204 200 219 0.07 0.09 0 0.14 252.63 0.21 0.82
Hex CC C8 DB 7 9 0 E FD 15 52
Octal 314 310 333 7 11 0 16 375 25 122
Binary 11001100 11001000 11011011 111 1001 0 1110 11111101 10101 1010010

Color Harmonies of #CCC8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8DB

Black with #CCC8DB

Text Example


Text Example

White with #CCC8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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