Html Css Color HEX #CAB5EC Melrose

📋 copy color: '#CAB5EC'

red 202 ◦ green 181 ◦ blue 236

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

Shades of Melrose #CAB5EC

Tints of Melrose #CAB5EC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.24%

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

R = 32.63%
G = 29.24%
B = 38.13%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAB5EC (or 0xCAB5EC) is known color: Melrose. HEX triplet: CA, B5 and EC. RGB value is (202,181,236). Sum of RGB (Red+Green+Blue) = 202+181+236=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB5EC is #354A13. Grayscale: #C1C1C1. Windows color (decimal): -3492372 or 15513034. OLE color: 15513034.

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

Color convert

RGB 202 181 236 -
CMYK 0.14 0.23 0 0.07
HSL 262.91º 0.59% 0.82% -
HSV(B) 262.91º 0.23% 0.93% -
XYZ 56.02 51.66 86.38 -
YUV 193.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 202 181 236 0.14 0.23 0 0.07 262.91 0.59 0.82
Hex CA B5 EC E 17 0 7 107 3B 52
Octal 312 265 354 16 27 0 7 407 73 122
Binary 11001010 10110101 11101100 1110 10111 0 111 100000111 111011 1010010

Color Harmonies of #CAB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB5EC

Black with #CAB5EC

Text Example


Text Example

White with #CAB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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