Html Css Color HEX #CAC2DD Melrose

📋 copy color: '#CAC2DD'

red 202 ◦ green 194 ◦ blue 221

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

Shades of Melrose #CAC2DD

Tints of Melrose #CAC2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.82%

R = 32.74%
G = 31.44%
B = 35.82%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAC2DD (or 0xCAC2DD) is known color: Melrose. HEX triplet: CA, C2 and DD. RGB value is (202,194,221). Sum of RGB (Red+Green+Blue) = 202+194+221=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2DD is #353D22. Grayscale: #C7C7C7. Windows color (decimal): -3489059 or 14533322. OLE color: 14533322.

HSL color Cylindrical-coordinate representation of color #CAC2DD: hue angle of 257.78º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAC2DD is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 194 221 -
CMYK 0.09 0.12 0 0.13
HSL 257.78º 0.28% 0.81% -
HSV(B) 257.78º 0.12% 0.87% -
XYZ 56.7 56.36 76.3 -
YUV 199.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 202 194 221 0.09 0.12 0 0.13 257.78 0.28 0.81
Hex CA C2 DD 9 C 0 D 102 1C 51
Octal 312 302 335 11 14 0 15 402 34 121
Binary 11001010 11000010 11011101 1001 1100 0 1101 100000010 11100 1010001

Color Harmonies of #CAC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2DD

Black with #CAC2DD

Text Example


Text Example

White with #CAC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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