#CABDED

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

Shades of Melrose #CABDED

Tints of Melrose #CABDED

Color information

#CABDED (or 0xCABDED) is unknown color: approx Melrose. HEX triplet: CA, BD and ED. RGB value is (202,189,237). Sum of RGB (Red+Green+Blue) = 202+189+237=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #CABDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDED is #354212. Grayscale: #C6C6C6. Windows color (decimal): -3490323 or 15580618. OLE color: 15580618.

HSL color Cylindrical-coordinate representation of color #CABDED: hue angle of 256.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABDED is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202189237-
CMYK0.150.2000.07
HSL256.25º57.14%83.53%-
HSV(B)256.25º20.25%92.94%-
XYZ57.8455.0787.7-
YUV198.36149.81130.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.17%
GREEN value IS 189 (74.22% from 255) = 30.10%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=32.17%
G=30.10%
B=37.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021892370.150.2000.07256.2557.1483.53
HexCABDEDF14071003954
Octal31227535517240740071124
Binary11001010101111011110110111111010001111000000001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDED; }

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

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

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

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

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

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

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

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