#CABFE0

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

Shades of Melrose #CABFE0

Tints of Melrose #CABFE0

Color information

#CABFE0 (or 0xCABFE0) is unknown color: approx Melrose. HEX triplet: CA, BF and E0. RGB value is (202,191,224). Sum of RGB (Red+Green+Blue) = 202+191+224=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #CABFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFE0 is #35401F. Grayscale: #C5C5C5. Windows color (decimal): -3489824 or 14729162. OLE color: 14729162.

HSL color Cylindrical-coordinate representation of color #CABFE0: hue angle of 260º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABFE0 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202191224-
CMYK0.100.1500.12
HSL260º34.74%81.37%-
HSV(B)260º14.73%87.84%-
XYZ56.4455.278.2-
YUV198.05142.64130.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 224 (87.89% from 255) = 36.30%
R=32.74%
G=30.96%
B=36.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021912240.100.1500.1226034.7481.37
HexCABFE0AF0C1042351
Octal312277340121701440443121
Binary11001010101111111110000010101111011001000001001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFE0; }

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

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

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

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

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

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

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

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