Html Css Color HEX #CAB9EE Melrose

📋 copy color: '#CAB9EE'

red 202 ◦ green 185 ◦ blue 238

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

Shades of Melrose #CAB9EE

Tints of Melrose #CAB9EE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.6%

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

R = 32.32%
G = 29.6%
B = 38.08%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAB9EE (or 0xCAB9EE) is known color: Melrose. HEX triplet: CA, B9 and EE. RGB value is (202,185,238). Sum of RGB (Red+Green+Blue) = 202+185+238=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB9EE is #354611. Grayscale: #C3C3C3. Windows color (decimal): -3491346 or 15645130. OLE color: 15645130.

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

Color convert

RGB 202 185 238 -
CMYK 0.15 0.22 0 0.07
HSL 259.25º 0.61% 0.83% -
HSV(B) 259.25º 0.22% 0.93% -
XYZ 57.14 53.43 88.19 -
YUV 196.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 202 185 238 0.15 0.22 0 0.07 259.25 0.61 0.83
Hex CA B9 EE F 16 0 7 103 3D 53
Octal 312 271 356 17 26 0 7 403 75 123
Binary 11001010 10111001 11101110 1111 10110 0 111 100000011 111101 1010011

Color Harmonies of #CAB9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB9EE

Black with #CAB9EE

Text Example


Text Example

White with #CAB9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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