#DFEFFF

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

Shades of Alice Blue #DFEFFF

Tints of Alice Blue #DFEFFF

Color information

#DFEFFF (or 0xDFEFFF) is unknown color: approx Alice Blue. HEX triplet: DF, EF and FF. RGB value is (223,239,255). Sum of RGB (Red+Green+Blue) = 223+239+255=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFFF is #201000. Grayscale: #EBEBEB. Windows color (decimal): -2101249 or 16773087. OLE color: 16773087.

HSL color Cylindrical-coordinate representation of color #DFEFFF: hue angle of 210º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFEFFF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223239255-
CMYK0.130.0600
HSL210º100%93.73%-
HSV(B)210º12.55%100%-
XYZ79.3584.64106.76-
YUV236.04138.7118.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.10%
GREEN value IS 239 (93.75% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 35.56%
R=31.10%
G=33.33%
B=35.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232392550.130.060021010093.73
HexDFEFFFD600d2645e
Octal33735737715600322144136
Binary1101111111101111111111111101110001101001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFFF; }

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

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

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

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

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

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

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

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