#CABEDD

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

Shades of Melrose #CABEDD

Tints of Melrose #CABEDD

Color information

#CABEDD (or 0xCABEDD) is unknown color: approx Melrose. HEX triplet: CA, BE and DD. RGB value is (202,190,221). Sum of RGB (Red+Green+Blue) = 202+190+221=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #CABEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEDD is #354122. Grayscale: #C5C5C5. Windows color (decimal): -3490083 or 14532298. OLE color: 14532298.

HSL color Cylindrical-coordinate representation of color #CABEDD: hue angle of 263.23º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CABEDD is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202190221-
CMYK0.090.1400.13
HSL263.23º31.31%80.59%-
HSV(B)263.23º14.03%86.67%-
XYZ55.8254.676-
YUV197.12141.48131.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=32.95%
G=31.00%
B=36.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021902210.090.1400.13263.2331.3180.59
HexCABEDD9E0D1071f51
Octal312276335111601540737121
Binary1100101010111110110111011001111001101100000111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEDD; }

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

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

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

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

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

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

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

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