#CABDF3

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

Shades of Melrose #CABDF3

Tints of Melrose #CABDF3

Color information

#CABDF3 (or 0xCABDF3) is unknown color: approx Melrose. HEX triplet: CA, BD and F3. RGB value is (202,189,243). Sum of RGB (Red+Green+Blue) = 202+189+243=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #CABDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDF3 is #35420C. Grayscale: #C6C6C6. Windows color (decimal): -3490317 or 15973834. OLE color: 15973834.

HSL color Cylindrical-coordinate representation of color #CABDF3: hue angle of 254.44º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CABDF3 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202189243-
CMYK0.170.2200.05
HSL254.44º69.23%84.71%-
HSV(B)254.44º22.22%95.29%-
XYZ58.7355.4292.4-
YUV199.04152.81130.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 189 (74.22% from 255) = 29.81%
BLUE value IS 243 (95.31% from 255) = 38.33%
R=31.86%
G=29.81%
B=38.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021892430.170.2200.05254.4469.2384.71
HexCABDF3111605fe4555
Octal312275363212605376105125
Binary110010101011110111110011100011011001011111111010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDF3; }

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

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

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

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

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

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

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

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