#CAB7EE

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

Shades of Melrose #CAB7EE

Tints of Melrose #CAB7EE

Color information

#CAB7EE (or 0xCAB7EE) is unknown color: approx Melrose. HEX triplet: CA, B7 and EE. RGB value is (202,183,238). Sum of RGB (Red+Green+Blue) = 202+183+238=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7EE is #354811. Grayscale: #C2C2C2. Windows color (decimal): -3491858 or 15644618. OLE color: 15644618.

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

Color convert

RGB202183238-
CMYK0.150.2300.07
HSL260.73º61.8%82.55%-
HSV(B)260.73º23.11%93.33%-
XYZ56.7252.688.05-
YUV194.95152.29133.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 183 (71.88% from 255) = 29.37%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=32.42%
G=29.37%
B=38.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021832380.150.2300.07260.7361.882.55
HexCAB7EEF17071053e53
Octal31226735617270740576123
Binary11001010101101111110111011111011101111000001011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7EE; }

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

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

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

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

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

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

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

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