Html Css Color HEX #CAC4D7 Melrose

📋 copy color: '#CAC4D7'

red 202 ◦ green 196 ◦ blue 215

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

Shades of Melrose #CAC4D7

Tints of Melrose #CAC4D7

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.97%

 BLUE value IS 215 (84.38% from 255) = 35.07%

R = 32.95%
G = 31.97%
B = 35.07%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CAC4D7 (or 0xCAC4D7) is known color: Melrose. HEX triplet: CA, C4 and D7. RGB value is (202,196,215). Sum of RGB (Red+Green+Blue) = 202+196+215=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAC4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4D7 is #353B28. Grayscale: #C7C7C7. Windows color (decimal): -3488553 or 14140618. OLE color: 14140618.

HSL color Cylindrical-coordinate representation of color #CAC4D7: hue angle of 258.95º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAC4D7 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 196 215 -
CMYK 0.06 0.09 0 0.16
HSL 258.95º 0.19% 0.81% -
HSV(B) 258.95º 0.09% 0.84% -
XYZ 56.36 56.94 72.31 -
YUV 199.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 202 196 215 0.06 0.09 0 0.16 258.95 0.19 0.81
Hex CA C4 D7 6 9 0 10 103 13 51
Octal 312 304 327 6 11 0 20 403 23 121
Binary 11001010 11000100 11010111 110 1001 0 10000 100000011 10011 1010001

Color Harmonies of #CAC4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC4D7

Black with #CAC4D7

Text Example


Text Example

White with #CAC4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC4D7; }

 p { color: rgb(202,196,215); }

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

background-color css

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

 a { background-color: rgb(202,196,215); }

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

border-color css

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

 span { border-color: rgb(202,196,215); }

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