Html Css Color HEX #CAC2EC Melrose

📋 copy color: '#CAC2EC'

red 202 ◦ green 194 ◦ blue 236

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

Shades of Melrose #CAC2EC

Tints of Melrose #CAC2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 31.96%
G = 30.7%
B = 37.34%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAC2EC (or 0xCAC2EC) is known color: Melrose. HEX triplet: CA, C2 and EC. RGB value is (202,194,236). Sum of RGB (Red+Green+Blue) = 202+194+236=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2EC is #353D13. Grayscale: #C9C9C9. Windows color (decimal): -3489044 or 15516362. OLE color: 15516362.

HSL color Cylindrical-coordinate representation of color #CAC2EC: hue angle of 251.43º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAC2EC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 194 236 -
CMYK 0.14 0.18 0 0.07
HSL 251.43º 0.53% 0.84% -
HSV(B) 251.43º 0.18% 0.93% -
XYZ 58.79 57.2 87.3 -
YUV 201.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 202 194 236 0.14 0.18 0 0.07 251.43 0.53 0.84
Hex CA C2 EC E 12 0 7 FB 34 54
Octal 312 302 354 16 22 0 7 373 64 124
Binary 11001010 11000010 11101100 1110 10010 0 111 11111011 110100 1010100

Color Harmonies of #CAC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2EC

Black with #CAC2EC

Text Example


Text Example

White with #CAC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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