Html Css Color HEX #CAC2DB Melrose

📋 copy color: '#CAC2DB'

red 202 ◦ green 194 ◦ blue 219

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

Shades of Melrose #CAC2DB

Tints of Melrose #CAC2DB

RGB

 RED value IS 202 (79.3% from 255) = 32.85%

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

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

R = 32.85%
G = 31.54%
B = 35.61%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAC2DB (or 0xCAC2DB) is known color: Melrose. HEX triplet: CA, C2 and DB. RGB value is (202,194,219). Sum of RGB (Red+Green+Blue) = 202+194+219=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2DB is #353D24. Grayscale: #C7C7C7. Windows color (decimal): -3489061 or 14402250. OLE color: 14402250.

HSL color Cylindrical-coordinate representation of color #CAC2DB: hue angle of 259.2º 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 #CAC2DB is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 194 219 -
CMYK 0.08 0.11 0 0.14
HSL 259.2º 0.26% 0.81% -
HSV(B) 259.2º 0.11% 0.86% -
XYZ 56.44 56.25 74.9 -
YUV 199.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 202 194 219 0.08 0.11 0 0.14 259.2 0.26 0.81
Hex CA C2 DB 8 B 0 E 103 1A 51
Octal 312 302 333 10 13 0 16 403 32 121
Binary 11001010 11000010 11011011 1000 1011 0 1110 100000011 11010 1010001

Color Harmonies of #CAC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2DB

Black with #CAC2DB

Text Example


Text Example

White with #CAC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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