#CABEEA

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

Shades of Melrose #CABEEA

Tints of Melrose #CABEEA

Color information

#CABEEA (or 0xCABEEA) is unknown color: approx Melrose. HEX triplet: CA, BE and EA. RGB value is (202,190,234). Sum of RGB (Red+Green+Blue) = 202+190+234=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #CABEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEEA is #354115. Grayscale: #C6C6C6. Windows color (decimal): -3490070 or 15384266. OLE color: 15384266.

HSL color Cylindrical-coordinate representation of color #CABEEA: hue angle of 256.36º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABEEA is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202190234-
CMYK0.140.1900.08
HSL256.36º51.16%83.14%-
HSV(B)256.36º18.8%91.76%-
XYZ57.6255.3285.48-
YUV198.6147.98130.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 190 (74.61% from 255) = 30.35%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=32.27%
G=30.35%
B=37.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021902340.140.1900.08256.3651.1683.14
HexCABEEAE13081003353
Octal312276352162301040063123
Binary110010101011111011101010111010011010001000000001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEEA; }

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

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

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

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

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

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

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

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