#CABDF4

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

Shades of Melrose #CABDF4

Tints of Melrose #CABDF4

Color information

#CABDF4 (or 0xCABDF4) is unknown color: approx Melrose. HEX triplet: CA, BD and F4. RGB value is (202,189,244). Sum of RGB (Red+Green+Blue) = 202+189+244=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 244 (95.70% from 255 or 38.43% from 635); Max value from RGB is 244 - color contains mainly: blue. Hex color #CABDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDF4 is #35420B. Grayscale: #C6C6C6. Windows color (decimal): -3490316 or 16039370. OLE color: 16039370.

HSL color Cylindrical-coordinate representation of color #CABDF4: hue angle of 254.18º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CABDF4 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202189244-
CMYK0.170.2300.04
HSL254.18º71.43%84.9%-
HSV(B)254.18º22.54%95.69%-
XYZ58.8855.4893.19-
YUV199.16153.31130.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 189 (74.22% from 255) = 29.76%
BLUE value IS 244 (95.70% from 255) = 38.43%
R=31.81%
G=29.76%
B=38.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021892440.170.2300.04254.1871.4384.9
HexCABDF4111704fe4755
Octal312275364212704376107125
Binary110010101011110111110100100011011101001111111010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDF4; }

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

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

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

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

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

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

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

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