#DFEFFB

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

Shades of Alice Blue #DFEFFB

Tints of Alice Blue #DFEFFB

Color information

#DFEFFB (or 0xDFEFFB) is unknown color: approx Alice Blue. HEX triplet: DF, EF and FB. RGB value is (223,239,251). Sum of RGB (Red+Green+Blue) = 223+239+251=713 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.28% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFFB is #201004. Grayscale: #EBEBEB. Windows color (decimal): -2101253 or 16510943. OLE color: 16510943.

HSL color Cylindrical-coordinate representation of color #DFEFFB: hue angle of 205.71º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFEFFB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223239251-
CMYK0.110.0500.02
HSL205.71º77.78%92.94%-
HSV(B)205.71º11.16%98.43%-
XYZ78.7184.39103.41-
YUV235.58136.7119.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.28%
GREEN value IS 239 (93.75% from 255) = 33.52%
BLUE value IS 251 (98.44% from 255) = 35.20%
R=31.28%
G=33.52%
B=35.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232392510.110.0500.02205.7177.7892.94
HexDFEFFBB502ce4e5d
Octal33735737313502316116135
Binary11011111111011111111101110111010101100111010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFFB; }

 p { color: rgb(223,239,251); }

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

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

 a { background-color: rgb(223,239,251); }

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

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

 span { border-color: rgb(223,239,251); }

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