#CABFEF

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

Shades of Melrose #CABFEF

Tints of Melrose #CABFEF

Color information

#CABFEF (or 0xCABFEF) is unknown color: approx Melrose. HEX triplet: CA, BF and EF. RGB value is (202,191,239). Sum of RGB (Red+Green+Blue) = 202+191+239=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #CABFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFEF is #354010. Grayscale: #C7C7C7. Windows color (decimal): -3489809 or 15712202. OLE color: 15712202.

HSL color Cylindrical-coordinate representation of color #CABFEF: hue angle of 253.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABFEF is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202191239-
CMYK0.150.2000.06
HSL253.75º60%84.31%-
HSV(B)253.75º20.08%93.73%-
XYZ58.5756.0589.39-
YUV199.76150.14129.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 239 (93.75% from 255) = 37.82%
R=31.96%
G=30.22%
B=37.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021912390.150.2000.06253.756084.31
HexCABFEFF1406fe3c54
Octal31227735717240637674124
Binary1100101010111111111011111111101000110111111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFEF; }

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

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

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

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

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

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

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

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