Html Css Color HEX #CAC7D6 Melrose

📋 copy color: '#CAC7D6'

red 202 ◦ green 199 ◦ blue 214

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

Shades of Melrose #CAC7D6

Tints of Melrose #CAC7D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.8%

R = 32.85%
G = 32.36%
B = 34.8%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CAC7D6 (or 0xCAC7D6) is known color: Melrose. HEX triplet: CA, C7 and D6. RGB value is (202,199,214). Sum of RGB (Red+Green+Blue) = 202+199+214=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAC7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7D6 is #353829. Grayscale: #C9C9C9. Windows color (decimal): -3487786 or 14075850. OLE color: 14075850.

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

Color convert

RGB 202 199 214 -
CMYK 0.06 0.07 0 0.16
HSL 252º 0.15% 0.81% -
HSV(B) 252º 0.07% 0.84% -
XYZ 56.92 58.26 71.86 -
YUV 201.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 202 199 214 0.06 0.07 0 0.16 252 0.15 0.81
Hex CA C7 D6 6 7 0 10 FC F 51
Octal 312 307 326 6 7 0 20 374 17 121
Binary 11001010 11000111 11010110 110 111 0 10000 11111100 1111 1010001

Color Harmonies of #CAC7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC7D6

Black with #CAC7D6

Text Example


Text Example

White with #CAC7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC7D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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