#CABEEE

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

Shades of Melrose #CABEEE

Tints of Melrose #CABEEE

Color information

#CABEEE (or 0xCABEEE) is unknown color: approx Melrose. HEX triplet: CA, BE and EE. RGB value is (202,190,238). Sum of RGB (Red+Green+Blue) = 202+190+238=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #CABEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEEE is #354111. Grayscale: #C6C6C6. Windows color (decimal): -3490066 or 15646410. OLE color: 15646410.

HSL color Cylindrical-coordinate representation of color #CABEEE: hue angle of 255º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABEEE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202190238-
CMYK0.150.2000.07
HSL255º58.54%83.92%-
HSV(B)255º20.17%93.33%-
XYZ58.255.5688.54-
YUV199.06149.98130.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=32.06%
G=30.16%
B=37.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021902380.150.2000.0725558.5483.92
HexCABEEEF1407ff3b54
Octal31227635617240737773124
Binary1100101010111110111011101111101000111111111111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEEE; }

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

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

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

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

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

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

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

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