Html Css Color HEX #CAB6EE Melrose

📋 copy color: '#CAB6EE'

red 202 ◦ green 182 ◦ blue 238

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

Shades of Melrose #CAB6EE

Tints of Melrose #CAB6EE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.26%

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

R = 32.48%
G = 29.26%
B = 38.26%

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

#CAB6EE (or 0xCAB6EE) is known color: Melrose. HEX triplet: CA, B6 and EE. RGB value is (202,182,238). Sum of RGB (Red+Green+Blue) = 202+182+238=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAB6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB6EE is #354911. Grayscale: #C2C2C2. Windows color (decimal): -3492114 or 15644362. OLE color: 15644362.

HSL color Cylindrical-coordinate representation of color #CAB6EE: hue angle of 261.43º degrees, saturation: 0.62, 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 #CAB6EE is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 182 238 -
CMYK 0.15 0.24 0 0.07
HSL 261.43º 0.62% 0.82% -
HSV(B) 261.43º 0.24% 0.93% -
XYZ 56.52 52.19 87.98 -
YUV 194.36 152.63 133.45 -
System Red Green Blue C M Y K H S L
Decimal 202 182 238 0.15 0.24 0 0.07 261.43 0.62 0.82
Hex CA B6 EE F 18 0 7 105 3E 52
Octal 312 266 356 17 30 0 7 405 76 122
Binary 11001010 10110110 11101110 1111 11000 0 111 100000101 111110 1010010

Color Harmonies of #CAB6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB6EE

Black with #CAB6EE

Text Example


Text Example

White with #CAB6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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