Html Css Color HEX #CAC2E7 Melrose

📋 copy color: '#CAC2E7'

red 202 ◦ green 194 ◦ blue 231

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

Shades of Melrose #CAC2E7

Tints of Melrose #CAC2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.84%

R = 32.22%
G = 30.94%
B = 36.84%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CAC2E7 (or 0xCAC2E7) is known color: Melrose. HEX triplet: CA, C2 and E7. RGB value is (202,194,231). Sum of RGB (Red+Green+Blue) = 202+194+231=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 231 - color contains mainly: blue. Hex color #CAC2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2E7 is #353D18. Grayscale: #C8C8C8. Windows color (decimal): -3489049 or 15188682. OLE color: 15188682.

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

Color convert

RGB 202 194 231 -
CMYK 0.13 0.16 0 0.09
HSL 252.97º 0.44% 0.83% -
HSV(B) 252.97º 0.16% 0.91% -
XYZ 58.07 56.91 83.53 -
YUV 200.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 202 194 231 0.13 0.16 0 0.09 252.97 0.44 0.83
Hex CA C2 E7 D 10 0 9 FD 2C 53
Octal 312 302 347 15 20 0 11 375 54 123
Binary 11001010 11000010 11100111 1101 10000 0 1001 11111101 101100 1010011

Color Harmonies of #CAC2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2E7

Black with #CAC2E7

Text Example


Text Example

White with #CAC2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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