#CAB2EE

Color #CAB2EE Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #CAB2EE

Tints of Melrose #CAB2EE

Color information

#CAB2EE (or 0xCAB2EE) is unknown color: approx Melrose. HEX triplet: CA, B2 and EE. RGB value is (202,178,238). Sum of RGB (Red+Green+Blue) = 202+178+238=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2EE is #354D11. Grayscale: #BFBFBF. Windows color (decimal): -3493138 or 15643338. OLE color: 15643338.

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

Color convert

RGB202178238-
CMYK0.150.2500.07
HSL264º63.83%81.57%-
HSV(B)264º25.21%93.33%-
XYZ55.7150.5787.71-
YUV192.02153.95135.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 178 (69.92% from 255) = 28.80%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=32.69%
G=28.80%
B=38.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021782380.150.2500.0726463.8381.57
HexCAB2EEF19071084052
Octal312262356173107410100122
Binary110010101011001011101110111111001011110000100010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2EE; }

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

 H1.HeaderClassName
 {
   color: #CAB2EE;
 }
 .AnyTagClassName
 {
   color: #CAB2EE;
 }
</style>
background-color css

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

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

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

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

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

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