Html Css Color HEX #CAC7DA Melrose

📋 copy color: '#CAC7DA'

red 202 ◦ green 199 ◦ blue 218

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

Shades of Melrose #CAC7DA

Tints of Melrose #CAC7DA

RGB

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

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

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

R = 32.63%
G = 32.15%
B = 35.22%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAC7DA (or 0xCAC7DA) is known color: Melrose. HEX triplet: CA, C7 and DA. RGB value is (202,199,218). Sum of RGB (Red+Green+Blue) = 202+199+218=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7DA is #353825. Grayscale: #C9C9C9. Windows color (decimal): -3487782 or 14337994. OLE color: 14337994.

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

Color convert

RGB 202 199 218 -
CMYK 0.07 0.09 0 0.15
HSL 249.47º 0.2% 0.82% -
HSV(B) 249.47º 0.09% 0.85% -
XYZ 57.44 58.47 74.59 -
YUV 202.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 202 199 218 0.07 0.09 0 0.15 249.47 0.2 0.82
Hex CA C7 DA 7 9 0 F F9 14 52
Octal 312 307 332 7 11 0 17 371 24 122
Binary 11001010 11000111 11011010 111 1001 0 1111 11111001 10100 1010010

Color Harmonies of #CAC7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC7DA

Black with #CAC7DA

Text Example


Text Example

White with #CAC7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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