#CABDE8

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

Shades of Melrose #CABDE8

Tints of Melrose #CABDE8

Color information

#CABDE8 (or 0xCABDE8) is unknown color: approx Melrose. HEX triplet: CA, BD and E8. RGB value is (202,189,232). Sum of RGB (Red+Green+Blue) = 202+189+232=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #CABDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDE8 is #354217. Grayscale: #C5C5C5. Windows color (decimal): -3490328 or 15252938. OLE color: 15252938.

HSL color Cylindrical-coordinate representation of color #CABDE8: hue angle of 258.14º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABDE8 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202189232-
CMYK0.130.1900.09
HSL258.14º48.31%82.55%-
HSV(B)258.14º18.53%90.98%-
XYZ57.1254.7883.91-
YUV197.79147.31131-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 232 (91.02% from 255) = 37.24%
R=32.42%
G=30.34%
B=37.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021892320.130.1900.09258.1448.3182.55
HexCABDE8D13091023053
Octal312275350152301140260123
Binary110010101011110111101000110110011010011000000101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDE8; }

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

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

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

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

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

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

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

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