#CABEE8

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

Shades of Melrose #CABEE8

Tints of Melrose #CABEE8

Color information

#CABEE8 (or 0xCABEE8) is unknown color: approx Melrose. HEX triplet: CA, BE and E8. RGB value is (202,190,232). Sum of RGB (Red+Green+Blue) = 202+190+232=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #CABEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEE8 is #354117. Grayscale: #C6C6C6. Windows color (decimal): -3490072 or 15253194. OLE color: 15253194.

HSL color Cylindrical-coordinate representation of color #CABEE8: hue angle of 257.14º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABEE8 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202190232-
CMYK0.130.1800.09
HSL257.14º47.73%82.75%-
HSV(B)257.14º18.1%90.98%-
XYZ57.3455.2183.98-
YUV198.38146.98130.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 232 (91.02% from 255) = 37.18%
R=32.37%
G=30.45%
B=37.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021902320.130.1800.09257.1447.7382.75
HexCABEE8D12091013053
Octal312276350152201140160123
Binary110010101011111011101000110110010010011000000011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEE8; }

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

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

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

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

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

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

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

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