#CABDF0

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

Shades of Melrose #CABDF0

Tints of Melrose #CABDF0

Color information

#CABDF0 (or 0xCABDF0) is unknown color: approx Melrose. HEX triplet: CA, BD and F0. RGB value is (202,189,240). Sum of RGB (Red+Green+Blue) = 202+189+240=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #CABDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDF0 is #35420F. Grayscale: #C6C6C6. Windows color (decimal): -3490320 or 15777226. OLE color: 15777226.

HSL color Cylindrical-coordinate representation of color #CABDF0: hue angle of 255.29º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CABDF0 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202189240-
CMYK0.160.2100.06
HSL255.29º62.96%84.12%-
HSV(B)255.29º21.25%94.12%-
XYZ58.2855.2490.03-
YUV198.7151.31130.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 240 (94.14% from 255) = 38.03%
R=32.01%
G=29.95%
B=38.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021892400.160.2100.06255.2962.9684.12
HexCABDF0101506ff3f54
Octal31227536020250637777124
Binary11001010101111011111000010000101010110111111111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDF0; }

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

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

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

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

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

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

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

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