Html Css Color HEX #CAC2EA Melrose

📋 copy color: '#CAC2EA'

red 202 ◦ green 194 ◦ blue 234

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

Shades of Melrose #CAC2EA

Tints of Melrose #CAC2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.14%

R = 32.06%
G = 30.79%
B = 37.14%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CAC2EA (or 0xCAC2EA) is known color: Melrose. HEX triplet: CA, C2 and EA. RGB value is (202,194,234). Sum of RGB (Red+Green+Blue) = 202+194+234=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAC2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2EA is #353D15. Grayscale: #C8C8C8. Windows color (decimal): -3489046 or 15385290. OLE color: 15385290.

HSL color Cylindrical-coordinate representation of color #CAC2EA: hue angle of 252º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAC2EA is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 194 234 -
CMYK 0.14 0.17 0 0.08
HSL 252º 0.49% 0.84% -
HSV(B) 252º 0.17% 0.92% -
XYZ 58.5 57.08 85.78 -
YUV 200.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 202 194 234 0.14 0.17 0 0.08 252 0.49 0.84
Hex CA C2 EA E 11 0 8 FC 31 54
Octal 312 302 352 16 21 0 10 374 61 124
Binary 11001010 11000010 11101010 1110 10001 0 1000 11111100 110001 1010100

Color Harmonies of #CAC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2EA

Black with #CAC2EA

Text Example


Text Example

White with #CAC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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