Html Css Color HEX #CAC7D9 Melrose

📋 copy color: '#CAC7D9'

red 202 ◦ green 199 ◦ blue 217

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

Shades of Melrose #CAC7D9

Tints of Melrose #CAC7D9

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.2%

 BLUE value IS 217 (85.16% from 255) = 35.11%

R = 32.69%
G = 32.2%
B = 35.11%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAC7D9 (or 0xCAC7D9) is known color: Melrose. HEX triplet: CA, C7 and D9. RGB value is (202,199,217). Sum of RGB (Red+Green+Blue) = 202+199+217=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAC7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7D9 is #353826. Grayscale: #C9C9C9. Windows color (decimal): -3487783 or 14272458. OLE color: 14272458.

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

Color convert

RGB 202 199 217 -
CMYK 0.07 0.08 0 0.15
HSL 250º 0.19% 0.82% -
HSV(B) 250º 0.08% 0.85% -
XYZ 57.3 58.41 73.9 -
YUV 201.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 202 199 217 0.07 0.08 0 0.15 250 0.19 0.82
Hex CA C7 D9 7 8 0 F FA 13 52
Octal 312 307 331 7 10 0 17 372 23 122
Binary 11001010 11000111 11011001 111 1000 0 1111 11111010 10011 1010010

Color Harmonies of #CAC7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC7D9

Black with #CAC7D9

Text Example


Text Example

White with #CAC7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC7D9; }

 p { color: rgb(202,199,217); }

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

background-color css

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

 a { background-color: rgb(202,199,217); }

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

border-color css

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

 span { border-color: rgb(202,199,217); }

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