Html Css Color HEX #CAC0EF Melrose

📋 copy color: '#CAC0EF'

red 202 ◦ green 192 ◦ blue 239

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

Shades of Melrose #CAC0EF

Tints of Melrose #CAC0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.33%

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

R = 31.91%
G = 30.33%
B = 37.76%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CAC0EF (or 0xCAC0EF) is known color: Melrose. HEX triplet: CA, C0 and EF. RGB value is (202,192,239). Sum of RGB (Red+Green+Blue) = 202+192+239=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC0EF is #353F10. Grayscale: #C8C8C8. Windows color (decimal): -3489553 or 15712458. OLE color: 15712458.

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

Color convert

RGB 202 192 239 -
CMYK 0.15 0.20 0 0.06
HSL 252.77º 0.59% 0.85% -
HSV(B) 252.77º 0.2% 0.94% -
XYZ 58.79 56.49 89.47 -
YUV 200.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 202 192 239 0.15 0.20 0 0.06 252.77 0.59 0.85
Hex CA C0 EF F 14 0 6 FD 3B 55
Octal 312 300 357 17 24 0 6 375 73 125
Binary 11001010 11000000 11101111 1111 10100 0 110 11111101 111011 1010101

Color Harmonies of #CAC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC0EF

Black with #CAC0EF

Text Example


Text Example

White with #CAC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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