Html Css Color HEX #CCC9DB Melrose

📋 copy color: '#CCC9DB'

red 204 ◦ green 201 ◦ blue 219

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

Shades of Melrose #CCC9DB

Tints of Melrose #CCC9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.21%

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

R = 32.69%
G = 32.21%
B = 35.1%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCC9DB (or 0xCCC9DB) is known color: Melrose. HEX triplet: CC, C9 and DB. RGB value is (204,201,219). Sum of RGB (Red+Green+Blue) = 204+201+219=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9DB is #333624. Grayscale: #CBCBCB. Windows color (decimal): -3356197 or 14404044. OLE color: 14404044.

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

Color convert

RGB 204 201 219 -
CMYK 0.07 0.08 0 0.14
HSL 250º 0.2% 0.82% -
HSV(B) 250º 0.08% 0.86% -
XYZ 58.57 59.73 75.46 -
YUV 203.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 204 201 219 0.07 0.08 0 0.14 250 0.2 0.82
Hex CC C9 DB 7 8 0 E FA 14 52
Octal 314 311 333 7 10 0 16 372 24 122
Binary 11001100 11001001 11011011 111 1000 0 1110 11111010 10100 1010010

Color Harmonies of #CCC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9DB

Black with #CCC9DB

Text Example


Text Example

White with #CCC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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