Html Css Color HEX #CAB5EE Melrose

📋 copy color: '#CAB5EE'

red 202 ◦ green 181 ◦ blue 238

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

Shades of Melrose #CAB5EE

Tints of Melrose #CAB5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.33%

R = 32.53%
G = 29.15%
B = 38.33%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAB5EE (or 0xCAB5EE) is known color: Melrose. HEX triplet: CA, B5 and EE. RGB value is (202,181,238). Sum of RGB (Red+Green+Blue) = 202+181+238=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB5EE is #354A11. Grayscale: #C1C1C1. Windows color (decimal): -3492370 or 15644106. OLE color: 15644106.

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

Color convert

RGB 202 181 238 -
CMYK 0.15 0.24 0 0.07
HSL 262.11º 0.63% 0.82% -
HSV(B) 262.11º 0.24% 0.93% -
XYZ 56.31 51.78 87.91 -
YUV 193.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 202 181 238 0.15 0.24 0 0.07 262.11 0.63 0.82
Hex CA B5 EE F 18 0 7 106 3F 52
Octal 312 265 356 17 30 0 7 406 77 122
Binary 11001010 10110101 11101110 1111 11000 0 111 100000110 111111 1010010

Color Harmonies of #CAB5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB5EE

Black with #CAB5EE

Text Example


Text Example

White with #CAB5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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