Html Css Color HEX #CAC2DC Melrose

📋 copy color: '#CAC2DC'

red 202 ◦ green 194 ◦ blue 220

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

Shades of Melrose #CAC2DC

Tints of Melrose #CAC2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.71%

R = 32.79%
G = 31.49%
B = 35.71%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAC2DC (or 0xCAC2DC) is known color: Melrose. HEX triplet: CA, C2 and DC. RGB value is (202,194,220). Sum of RGB (Red+Green+Blue) = 202+194+220=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2DC is #353D23. Grayscale: #C7C7C7. Windows color (decimal): -3489060 or 14467786. OLE color: 14467786.

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

Color convert

RGB 202 194 220 -
CMYK 0.08 0.12 0 0.14
HSL 258.46º 0.27% 0.81% -
HSV(B) 258.46º 0.12% 0.86% -
XYZ 56.57 56.31 75.6 -
YUV 199.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 202 194 220 0.08 0.12 0 0.14 258.46 0.27 0.81
Hex CA C2 DC 8 C 0 E 102 1B 51
Octal 312 302 334 10 14 0 16 402 33 121
Binary 11001010 11000010 11011100 1000 1100 0 1110 100000010 11011 1010001

Color Harmonies of #CAC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2DC

Black with #CAC2DC

Text Example


Text Example

White with #CAC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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