Html Css Color HEX #DDF3FE Alice Blue

📋 copy color: '#DDF3FE'

red 221 ◦ green 243 ◦ blue 254

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

Shades of Alice Blue #DDF3FE

Tints of Alice Blue #DDF3FE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 33.84%

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

R = 30.78%
G = 33.84%
B = 35.38%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDF3FE (or 0xDDF3FE) is known color: Alice Blue. HEX triplet: DD, F3 and FE. RGB value is (221,243,254). Sum of RGB (Red+Green+Blue) = 221+243+254=718 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.78% from 718); Green value is 243 (95.31% from 255 or 33.84% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDF3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3FE is #220C01. Grayscale: #EDEDED. Windows color (decimal): -2231298 or 16708573. OLE color: 16708573.

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

Color convert

RGB 221 243 254 -
CMYK 0.13 0.04 0 0.00
HSL 200º 0.94% 0.93% -
HSV(B) 200º 0.13% 1% -
XYZ 79.76 86.63 106.28 -
YUV 237.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 221 243 254 0.13 0.04 0 0.00 200 0.94 0.93
Hex DD F3 FE D 4 0 0 C8 5E 5D
Octal 335 363 376 15 4 0 0 310 136 135
Binary 11011101 11110011 11111110 1101 100 0 0 11001000 1011110 1011101

Color Harmonies of #DDF3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF3FE

Black with #DDF3FE

Text Example


Text Example

White with #DDF3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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