Html Css Color HEX #DFF5FD Alice Blue

📋 copy color: '#DFF5FD'

red 223 ◦ green 245 ◦ blue 253

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

Shades of Alice Blue #DFF5FD

Tints of Alice Blue #DFF5FD

RGB

 RED value IS 223 (87.5% from 255) = 30.93%

 GREEN value IS 245 (96.09% from 255) = 33.98%

 BLUE value IS 253 (99.22% from 255) = 35.09%

R = 30.93%
G = 33.98%
B = 35.09%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFF5FD (or 0xDFF5FD) is known color: Alice Blue. HEX triplet: DF, F5 and FD. RGB value is (223,245,253). Sum of RGB (Red+Green+Blue) = 223+245+253=721 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.93% from 721); Green value is 245 (96.09% from 255 or 33.98% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFF5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF5FD is #200A02. Grayscale: #EFEFEF. Windows color (decimal): -2099715 or 16643551. OLE color: 16643551.

HSL color Cylindrical-coordinate representation of color #DFF5FD: hue angle of 196º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFF5FD is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 245 253 -
CMYK 0.12 0.03 0 0.01
HSL 196º 0.88% 0.93% -
HSV(B) 196º 0.12% 0.99% -
XYZ 80.81 88.08 105.67 -
YUV 239.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 223 245 253 0.12 0.03 0 0.01 196 0.88 0.93
Hex DF F5 FD C 3 0 1 C4 58 5D
Octal 337 365 375 14 3 0 1 304 130 135
Binary 11011111 11110101 11111101 1100 11 0 1 11000100 1011000 1011101

Color Harmonies of #DFF5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF5FD

Black with #DFF5FD

Text Example


Text Example

White with #DFF5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF5FD; }

 p { color: rgb(223,245,253); }

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

background-color css

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

 a { background-color: rgb(223,245,253); }

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

border-color css

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

 span { border-color: rgb(223,245,253); }

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