Html Css Color HEX #CCC2DB Melrose

📋 copy color: '#CCC2DB'

red 204 ◦ green 194 ◦ blue 219

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

Shades of Melrose #CCC2DB

Tints of Melrose #CCC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.44%

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

R = 33.06%
G = 31.44%
B = 35.49%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCC2DB (or 0xCCC2DB) is known color: Melrose. HEX triplet: CC, C2 and DB. RGB value is (204,194,219). Sum of RGB (Red+Green+Blue) = 204+194+219=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2DB is #333D24. Grayscale: #C7C7C7. Windows color (decimal): -3357989 or 14402252. OLE color: 14402252.

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

Color convert

RGB 204 194 219 -
CMYK 0.07 0.11 0 0.14
HSL 264º 0.26% 0.81% -
HSV(B) 264º 0.11% 0.86% -
XYZ 56.98 56.54 74.93 -
YUV 199.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 204 194 219 0.07 0.11 0 0.14 264 0.26 0.81
Hex CC C2 DB 7 B 0 E 108 1A 51
Octal 314 302 333 7 13 0 16 410 32 121
Binary 11001100 11000010 11011011 111 1011 0 1110 100001000 11010 1010001

Color Harmonies of #CCC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2DB

Black with #CCC2DB

Text Example


Text Example

White with #CCC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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