Html Css Color HEX #DDF1FE Alice Blue

📋 copy color: '#DDF1FE'

red 221 ◦ green 241 ◦ blue 254

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

Shades of Alice Blue #DDF1FE

Tints of Alice Blue #DDF1FE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.66%

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

R = 30.87%
G = 33.66%
B = 35.47%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDF1FE (or 0xDDF1FE) is known color: Alice Blue. HEX triplet: DD, F1 and FE. RGB value is (221,241,254). Sum of RGB (Red+Green+Blue) = 221+241+254=716 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.87% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1FE is #220E01. Grayscale: #ECECEC. Windows color (decimal): -2231810 or 16708061. OLE color: 16708061.

HSL color Cylindrical-coordinate representation of color #DDF1FE: hue angle of 203.64º 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 #DDF1FE is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 241 254 -
CMYK 0.13 0.05 0 0.00
HSL 203.64º 0.94% 0.93% -
HSV(B) 203.64º 0.13% 1% -
XYZ 79.16 85.44 106.08 -
YUV 236.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 221 241 254 0.13 0.05 0 0.00 203.64 0.94 0.93
Hex DD F1 FE D 5 0 0 CC 5E 5D
Octal 335 361 376 15 5 0 0 314 136 135
Binary 11011101 11110001 11111110 1101 101 0 0 11001100 1011110 1011101

Color Harmonies of #DDF1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1FE

Black with #DDF1FE

Text Example


Text Example

White with #DDF1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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