#CABFE5

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

Shades of Melrose #CABFE5

Tints of Melrose #CABFE5

Color information

#CABFE5 (or 0xCABFE5) is unknown color: approx Melrose. HEX triplet: CA, BF and E5. RGB value is (202,191,229). Sum of RGB (Red+Green+Blue) = 202+191+229=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #CABFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFE5 is #35401A. Grayscale: #C6C6C6. Windows color (decimal): -3489819 or 15056842. OLE color: 15056842.

HSL color Cylindrical-coordinate representation of color #CABFE5: hue angle of 257.37º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CABFE5 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202191229-
CMYK0.120.1700.10
HSL257.37º42.22%82.35%-
HSV(B)257.37º16.59%89.8%-
XYZ57.1355.4881.83-
YUV198.62145.14130.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 229 (89.84% from 255) = 36.82%
R=32.48%
G=30.71%
B=36.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021912290.120.1700.10257.3742.2282.35
HexCABFE5C110A1012a52
Octal312277345142101240152122
Binary110010101011111111100101110010001010101000000011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFE5; }

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

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

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

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

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

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

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

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