#CABDEE

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

Shades of Melrose #CABDEE

Tints of Melrose #CABDEE

Color information

#CABDEE (or 0xCABDEE) is unknown color: approx Melrose. HEX triplet: CA, BD and EE. RGB value is (202,189,238). Sum of RGB (Red+Green+Blue) = 202+189+238=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #CABDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDEE is #354211. Grayscale: #C6C6C6. Windows color (decimal): -3490322 or 15646154. OLE color: 15646154.

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

Color convert

RGB202189238-
CMYK0.150.2100.07
HSL255.92º59.04%83.73%-
HSV(B)255.92º20.59%93.33%-
XYZ57.9955.1288.47-
YUV198.47150.31130.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=32.11%
G=30.05%
B=37.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021892380.150.2100.07255.9259.0483.73
HexCABDEEF15071003b54
Octal31227535617250740073124
Binary11001010101111011110111011111010101111000000001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDEE; }

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

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

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

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

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

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

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

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