#CABDE4

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

Shades of Melrose #CABDE4

Tints of Melrose #CABDE4

Color information

#CABDE4 (or 0xCABDE4) is unknown color: approx Melrose. HEX triplet: CA, BD and E4. RGB value is (202,189,228). Sum of RGB (Red+Green+Blue) = 202+189+228=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #CABDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDE4 is #35421B. Grayscale: #C5C5C5. Windows color (decimal): -3490332 or 14990794. OLE color: 14990794.

HSL color Cylindrical-coordinate representation of color #CABDE4: hue angle of 260º degrees, saturation: 0.42, 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 #CABDE4 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202189228-
CMYK0.110.1700.11
HSL260º41.94%81.76%-
HSV(B)260º17.11%89.41%-
XYZ56.5654.5580.95-
YUV197.33145.31131.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 228 (89.45% from 255) = 36.83%
R=32.63%
G=30.53%
B=36.83%

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
Decimal2021892280.110.1700.1126041.9481.76
HexCABDE4B110B1042a52
Octal312275344132101340452122
Binary110010101011110111100100101110001010111000001001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDE4; }

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

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

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

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

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

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

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

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