Html Css Color HEX #CAC2EF Melrose

📋 copy color: '#CAC2EF'

red 202 ◦ green 194 ◦ blue 239

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

Shades of Melrose #CAC2EF

Tints of Melrose #CAC2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.64%

R = 31.81%
G = 30.55%
B = 37.64%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CAC2EF (or 0xCAC2EF) is known color: Melrose. HEX triplet: CA, C2 and EF. RGB value is (202,194,239). Sum of RGB (Red+Green+Blue) = 202+194+239=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAC2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2EF is #353D10. Grayscale: #C9C9C9. Windows color (decimal): -3489041 or 15712970. OLE color: 15712970.

HSL color Cylindrical-coordinate representation of color #CAC2EF: hue angle of 250.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAC2EF is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 194 239 -
CMYK 0.15 0.19 0 0.06
HSL 250.67º 0.58% 0.85% -
HSV(B) 250.67º 0.19% 0.94% -
XYZ 59.23 57.37 89.61 -
YUV 201.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 202 194 239 0.15 0.19 0 0.06 250.67 0.58 0.85
Hex CA C2 EF F 13 0 6 FB 3A 55
Octal 312 302 357 17 23 0 6 373 72 125
Binary 11001010 11000010 11101111 1111 10011 0 110 11111011 111010 1010101

Color Harmonies of #CAC2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2EF

Black with #CAC2EF

Text Example


Text Example

White with #CAC2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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