#CABFED

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

Shades of Melrose #CABFED

Tints of Melrose #CABFED

Color information

#CABFED (or 0xCABFED) is unknown color: approx Melrose. HEX triplet: CA, BF and ED. RGB value is (202,191,237). Sum of RGB (Red+Green+Blue) = 202+191+237=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #CABFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFED is #354012. Grayscale: #C7C7C7. Windows color (decimal): -3489811 or 15581130. OLE color: 15581130.

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

Color convert

RGB202191237-
CMYK0.150.1900.07
HSL254.35º56.1%83.92%-
HSV(B)254.35º19.41%92.94%-
XYZ58.2755.9387.85-
YUV199.53149.14129.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 237 (92.97% from 255) = 37.62%
R=32.06%
G=30.32%
B=37.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021912370.150.1900.07254.3556.183.92
HexCABFEDF1307fe3854
Octal31227735517230737670124
Binary1100101010111111111011011111100110111111111101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFED; }

 p { color: rgb(202,191,237); }

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

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

 a { background-color: rgb(202,191,237); }

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

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

 span { border-color: rgb(202,191,237); }

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