#CABDDB

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

Shades of Melrose #CABDDB

Tints of Melrose #CABDDB

Color information

#CABDDB (or 0xCABDDB) is unknown color: approx Melrose. HEX triplet: CA, BD and DB. RGB value is (202,189,219). Sum of RGB (Red+Green+Blue) = 202+189+219=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #CABDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDDB is #354224. Grayscale: #C4C4C4. Windows color (decimal): -3490341 or 14400970. OLE color: 14400970.

HSL color Cylindrical-coordinate representation of color #CABDDB: hue angle of 266º degrees, saturation: 0.29, 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 #CABDDB is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202189219-
CMYK0.080.1400.14
HSL266º29.41%80%-
HSV(B)266º13.7%85.88%-
XYZ55.3454.0774.54-
YUV196.31140.81132.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.11%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 219 (85.94% from 255) = 35.90%
R=33.11%
G=30.98%
B=35.90%

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
Decimal2021892190.080.1400.1426629.4180
HexCABDDB8E0E10a1d50
Octal312275333101601641235120
Binary1100101010111101110110111000111001110100001010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDDB; }

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

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

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

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

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

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

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

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