#CABEEB

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

Shades of Melrose #CABEEB

Tints of Melrose #CABEEB

Color information

#CABEEB (or 0xCABEEB) is unknown color: approx Melrose. HEX triplet: CA, BE and EB. RGB value is (202,190,235). Sum of RGB (Red+Green+Blue) = 202+190+235=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #CABEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEEB is #354114. Grayscale: #C6C6C6. Windows color (decimal): -3490069 or 15449802. OLE color: 15449802.

HSL color Cylindrical-coordinate representation of color #CABEEB: hue angle of 256º degrees, saturation: 0.53, 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 #CABEEB is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202190235-
CMYK0.140.1900.08
HSL256º52.94%83.33%-
HSV(B)256º19.15%92.16%-
XYZ57.7755.3886.24-
YUV198.72148.48130.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.22%
GREEN value IS 190 (74.61% from 255) = 30.30%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=32.22%
G=30.30%
B=37.48%

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
Decimal2021902350.140.1900.0825652.9483.33
HexCABEEBE13081003553
Octal312276353162301040065123
Binary110010101011111011101011111010011010001000000001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEEB; }

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

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

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

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

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

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

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

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