Html Css Color HEX #CAC2D7 Melrose

📋 copy color: '#CAC2D7'

red 202 ◦ green 194 ◦ blue 215

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

Shades of Melrose #CAC2D7

Tints of Melrose #CAC2D7

RGB

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

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

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

R = 33.06%
G = 31.75%
B = 35.19%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CAC2D7 (or 0xCAC2D7) is known color: Melrose. HEX triplet: CA, C2 and D7. RGB value is (202,194,215). Sum of RGB (Red+Green+Blue) = 202+194+215=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAC2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2D7 is #353D28. Grayscale: #C6C6C6. Windows color (decimal): -3489065 or 14140106. OLE color: 14140106.

HSL color Cylindrical-coordinate representation of color #CAC2D7: hue angle of 262.86º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC2D7 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 194 215 -
CMYK 0.06 0.10 0 0.16
HSL 262.86º 0.21% 0.8% -
HSV(B) 262.86º 0.1% 0.84% -
XYZ 55.91 56.05 72.16 -
YUV 198.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 202 194 215 0.06 0.10 0 0.16 262.86 0.21 0.8
Hex CA C2 D7 6 A 0 10 107 15 50
Octal 312 302 327 6 12 0 20 407 25 120
Binary 11001010 11000010 11010111 110 1010 0 10000 100000111 10101 1010000

Color Harmonies of #CAC2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2D7

Black with #CAC2D7

Text Example


Text Example

White with #CAC2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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