#CABEE4

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

Shades of Melrose #CABEE4

Tints of Melrose #CABEE4

Color information

#CABEE4 (or 0xCABEE4) is unknown color: approx Melrose. HEX triplet: CA, BE and E4. RGB value is (202,190,228). Sum of RGB (Red+Green+Blue) = 202+190+228=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #CABEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEE4 is #35411B. Grayscale: #C5C5C5. Windows color (decimal): -3490076 or 14991050. OLE color: 14991050.

HSL color Cylindrical-coordinate representation of color #CABEE4: hue angle of 258.95º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CABEE4 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202190228-
CMYK0.110.1700.11
HSL258.95º41.3%81.96%-
HSV(B)258.95º16.67%89.41%-
XYZ56.7754.9881.02-
YUV197.92144.98130.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 228 (89.45% from 255) = 36.77%
R=32.58%
G=30.65%
B=36.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2021902280.110.1700.11258.9541.381.96
HexCABEE4B110B1032952
Octal312276344132101340351122
Binary110010101011111011100100101110001010111000000111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEE4; }

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

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

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

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

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

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

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

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