Html Css Color HEX #DDF0FE Alice Blue

📋 copy color: '#DDF0FE'

red 221 ◦ green 240 ◦ blue 254

#DDF0FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alice Blue #DDF0FE

Tints of Alice Blue #DDF0FE

RGB

 RED value IS 221 (86.72% from 255) = 30.91%

 GREEN value IS 240 (94.14% from 255) = 33.57%

 BLUE value IS 254 (99.61% from 255) = 35.52%

R = 30.91%
G = 33.57%
B = 35.52%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDF0FE (or 0xDDF0FE) is known color: Alice Blue. HEX triplet: DD, F0 and FE. RGB value is (221,240,254). Sum of RGB (Red+Green+Blue) = 221+240+254=715 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.91% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0FE is #220F01. Grayscale: #EBEBEB. Windows color (decimal): -2232066 or 16707805. OLE color: 16707805.

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

Color convert

RGB 221 240 254 -
CMYK 0.13 0.06 0 0.00
HSL 205.45º 0.94% 0.93% -
HSV(B) 205.45º 0.13% 1% -
XYZ 78.87 84.85 105.99 -
YUV 235.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 221 240 254 0.13 0.06 0 0.00 205.45 0.94 0.93
Hex DD F0 FE D 6 0 0 CD 5E 5D
Octal 335 360 376 15 6 0 0 315 136 135
Binary 11011101 11110000 11111110 1101 110 0 0 11001101 1011110 1011101

Color Harmonies of #DDF0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF0FE

Black with #DDF0FE

Text Example


Text Example

White with #DDF0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF0FE; }

 p { color: rgb(221,240,254); }

 H1.HeaderClassName
 {
   color: #DDF0FE;
 }
 .AnyTagClassName
 {
   color: #DDF0FE;
 }
</style>

background-color css

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

 a { background-color: rgb(221,240,254); }

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

border-color css

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

 span { border-color: rgb(221,240,254); }

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