#DCEFFF

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

Shades of Alice Blue #DCEFFF

Tints of Alice Blue #DCEFFF

Color information

#DCEFFF (or 0xDCEFFF) is unknown color: approx Alice Blue. HEX triplet: DC, EF and FF. RGB value is (220,239,255). Sum of RGB (Red+Green+Blue) = 220+239+255=714 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.81% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFFF is #231000. Grayscale: #EBEBEB. Windows color (decimal): -2297857 or 16773084. OLE color: 16773084.

HSL color Cylindrical-coordinate representation of color #DCEFFF: hue angle of 207.43º 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 #DCEFFF is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220239255-
CMYK0.140.0600
HSL207.43º100%93.14%-
HSV(B)207.43º13.73%100%-
XYZ78.4384.17106.72-
YUV235.14139.21117.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.81%
GREEN value IS 239 (93.75% from 255) = 33.47%
BLUE value IS 255 (100% from 255) = 35.71%
R=30.81%
G=33.47%
B=35.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202392550.140.0600207.4310093.14
HexDCEFFFE600cf645d
Octal33435737716600317144135
Binary1101110011101111111111111110110001100111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFFF; }

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

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

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

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

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

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

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

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