Html Css Color HEX #CAC2E9 Melrose

📋 copy color: '#CAC2E9'

red 202 ◦ green 194 ◦ blue 233

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

Shades of Melrose #CAC2E9

Tints of Melrose #CAC2E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.04%

R = 32.11%
G = 30.84%
B = 37.04%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CAC2E9 (or 0xCAC2E9) is known color: Melrose. HEX triplet: CA, C2 and E9. RGB value is (202,194,233). Sum of RGB (Red+Green+Blue) = 202+194+233=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAC2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2E9 is #353D16. Grayscale: #C8C8C8. Windows color (decimal): -3489047 or 15319754. OLE color: 15319754.

HSL color Cylindrical-coordinate representation of color #CAC2E9: hue angle of 252.31º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAC2E9 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 194 233 -
CMYK 0.13 0.17 0 0.09
HSL 252.31º 0.47% 0.84% -
HSV(B) 252.31º 0.17% 0.91% -
XYZ 58.36 57.02 85.02 -
YUV 200.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 202 194 233 0.13 0.17 0 0.09 252.31 0.47 0.84
Hex CA C2 E9 D 11 0 9 FC 2F 54
Octal 312 302 351 15 21 0 11 374 57 124
Binary 11001010 11000010 11101001 1101 10001 0 1001 11111100 101111 1010100

Color Harmonies of #CAC2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2E9

Black with #CAC2E9

Text Example


Text Example

White with #CAC2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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