#DFEFFD

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

Shades of Alice Blue #DFEFFD

Tints of Alice Blue #DFEFFD

Color information

#DFEFFD (or 0xDFEFFD) is unknown color: approx Alice Blue. HEX triplet: DF, EF and FD. RGB value is (223,239,253). Sum of RGB (Red+Green+Blue) = 223+239+253=715 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.19% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFEFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFFD is #201002. Grayscale: #EBEBEB. Windows color (decimal): -2101251 or 16642015. OLE color: 16642015.

HSL color Cylindrical-coordinate representation of color #DFEFFD: hue angle of 208º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFEFFD is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223239253-
CMYK0.120.0600.01
HSL208º88.24%93.33%-
HSV(B)208º11.86%99.22%-
XYZ79.0384.51105.08-
YUV235.81137.7118.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.19%
GREEN value IS 239 (93.75% from 255) = 33.43%
BLUE value IS 253 (99.22% from 255) = 35.38%
R=31.19%
G=33.43%
B=35.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232392530.120.0600.0120888.2493.33
HexDFEFFDC601d0585d
Octal33735737514601320130135
Binary1101111111101111111111011100110011101000010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFFD; }

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

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

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

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

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

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

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

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