#DCEEFF

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

Shades of Alice Blue #DCEEFF

Tints of Alice Blue #DCEEFF

Color information

#DCEEFF (or 0xDCEEFF) is unknown color: approx Alice Blue. HEX triplet: DC, EE and FF. RGB value is (220,238,255). Sum of RGB (Red+Green+Blue) = 220+238+255=713 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.86% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEFF is #231100. Grayscale: #EAEAEA. Windows color (decimal): -2298113 or 16772828. OLE color: 16772828.

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

Color convert

RGB220238255-
CMYK0.140.0700
HSL209.14º100%93.14%-
HSV(B)209.14º13.73%100%-
XYZ78.1483.58106.62-
YUV234.56139.54117.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.86%
GREEN value IS 238 (93.36% from 255) = 33.38%
BLUE value IS 255 (100% from 255) = 35.76%
R=30.86%
G=33.38%
B=35.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202382550.140.0700209.1410093.14
HexDCEEFFE700d1645d
Octal33435637716700321144135
Binary1101110011101110111111111110111001101000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEFF; }

 p { color: rgb(220,238,255); }

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

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

 a { background-color: rgb(220,238,255); }

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

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

 span { border-color: rgb(220,238,255); }

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