Html Css Color HEX #CAC2DA Melrose

📋 copy color: '#CAC2DA'

red 202 ◦ green 194 ◦ blue 218

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

Shades of Melrose #CAC2DA

Tints of Melrose #CAC2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.5%

R = 32.9%
G = 31.6%
B = 35.5%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAC2DA (or 0xCAC2DA) is known color: Melrose. HEX triplet: CA, C2 and DA. RGB value is (202,194,218). Sum of RGB (Red+Green+Blue) = 202+194+218=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2DA is #353D25. Grayscale: #C7C7C7. Windows color (decimal): -3489062 or 14336714. OLE color: 14336714.

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

Color convert

RGB 202 194 218 -
CMYK 0.07 0.11 0 0.15
HSL 260º 0.24% 0.81% -
HSV(B) 260º 0.11% 0.85% -
XYZ 56.3 56.2 74.21 -
YUV 199.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 202 194 218 0.07 0.11 0 0.15 260 0.24 0.81
Hex CA C2 DA 7 B 0 F 104 18 51
Octal 312 302 332 7 13 0 17 404 30 121
Binary 11001010 11000010 11011010 111 1011 0 1111 100000100 11000 1010001

Color Harmonies of #CAC2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2DA

Black with #CAC2DA

Text Example


Text Example

White with #CAC2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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