#CABEDC

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

Shades of Melrose #CABEDC

Tints of Melrose #CABEDC

Color information

#CABEDC (or 0xCABEDC) is unknown color: approx Melrose. HEX triplet: CA, BE and DC. RGB value is (202,190,220). Sum of RGB (Red+Green+Blue) = 202+190+220=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #CABEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEDC is #354123. Grayscale: #C4C4C4. Windows color (decimal): -3490084 or 14466762. OLE color: 14466762.

HSL color Cylindrical-coordinate representation of color #CABEDC: hue angle of 264º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CABEDC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202190220-
CMYK0.080.1400.14
HSL264º30%80.39%-
HSV(B)264º13.64%86.27%-
XYZ55.6954.5575.3-
YUV197.01140.98131.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=33.01%
G=31.05%
B=35.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021902200.080.1400.142643080.39
HexCABEDC8E0E1081e50
Octal312276334101601641036120
Binary1100101010111110110111001000111001110100001000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEDC; }

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

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

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

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

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

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

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

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