#CABDE3

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

Shades of Melrose #CABDE3

Tints of Melrose #CABDE3

Color information

#CABDE3 (or 0xCABDE3) is unknown color: approx Melrose. HEX triplet: CA, BD and E3. RGB value is (202,189,227). Sum of RGB (Red+Green+Blue) = 202+189+227=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #CABDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDE3 is #35421C. Grayscale: #C5C5C5. Windows color (decimal): -3490333 or 14925258. OLE color: 14925258.

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

Color convert

RGB202189227-
CMYK0.110.1700.11
HSL260.53º40.43%81.57%-
HSV(B)260.53º16.74%89.02%-
XYZ56.4254.580.22-
YUV197.22144.81131.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 227 (89.06% from 255) = 36.73%
R=32.69%
G=30.58%
B=36.73%

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
Decimal2021892270.110.1700.11260.5340.4381.57
HexCABDE3B110B1052852
Octal312275343132101340550122
Binary110010101011110111100011101110001010111000001011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDE3; }

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

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

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

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

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

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

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

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