#CABFEA

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

Shades of Melrose #CABFEA

Tints of Melrose #CABFEA

Color information

#CABFEA (or 0xCABFEA) is unknown color: approx Melrose. HEX triplet: CA, BF and EA. RGB value is (202,191,234). Sum of RGB (Red+Green+Blue) = 202+191+234=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #CABFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFEA is #354015. Grayscale: #C7C7C7. Windows color (decimal): -3489814 or 15384522. OLE color: 15384522.

HSL color Cylindrical-coordinate representation of color #CABFEA: hue angle of 255.35º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABFEA is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202191234-
CMYK0.140.1800.08
HSL255.35º50.59%83.33%-
HSV(B)255.35º18.38%91.76%-
XYZ57.8455.7685.56-
YUV199.19147.64130-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.22%
GREEN value IS 191 (75% from 255) = 30.46%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=32.22%
G=30.46%
B=37.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021912340.140.1800.08255.3550.5983.33
HexCABFEAE1208ff3353
Octal312277352162201037763123
Binary11001010101111111110101011101001001000111111111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFEA; }

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

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

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

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

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

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

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

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