Html Css Color HEX #CCC7DB Melrose

📋 copy color: '#CCC7DB'

red 204 ◦ green 199 ◦ blue 219

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

Shades of Melrose #CCC7DB

Tints of Melrose #CCC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.99%

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

R = 32.8%
G = 31.99%
B = 35.21%

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

#CCC7DB (or 0xCCC7DB) is known color: Melrose. HEX triplet: CC, C7 and DB. RGB value is (204,199,219). Sum of RGB (Red+Green+Blue) = 204+199+219=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7DB is #333824. Grayscale: #CACACA. Windows color (decimal): -3356709 or 14403532. OLE color: 14403532.

HSL color Cylindrical-coordinate representation of color #CCC7DB: hue angle of 255º degrees, saturation: 0.22, 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 #CCC7DB is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 199 219 -
CMYK 0.07 0.09 0 0.14
HSL 255º 0.22% 0.82% -
HSV(B) 255º 0.09% 0.86% -
XYZ 58.11 58.8 75.3 -
YUV 202.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 204 199 219 0.07 0.09 0 0.14 255 0.22 0.82
Hex CC C7 DB 7 9 0 E FF 16 52
Octal 314 307 333 7 11 0 16 377 26 122
Binary 11001100 11000111 11011011 111 1001 0 1110 11111111 10110 1010010

Color Harmonies of #CCC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC7DB

Black with #CCC7DB

Text Example


Text Example

White with #CCC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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