Html Css Color HEX #DFF0FD Alice Blue

📋 copy color: '#DFF0FD'

red 223 ◦ green 240 ◦ blue 253

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

Shades of Alice Blue #DFF0FD

Tints of Alice Blue #DFF0FD

RGB

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

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

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

R = 31.15%
G = 33.52%
B = 35.34%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFF0FD (or 0xDFF0FD) is known color: Alice Blue. HEX triplet: DF, F0 and FD. RGB value is (223,240,253). Sum of RGB (Red+Green+Blue) = 223+240+253=716 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.15% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0FD is #200F02. Grayscale: #ECECEC. Windows color (decimal): -2100995 or 16642271. OLE color: 16642271.

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

Color convert

RGB 223 240 253 -
CMYK 0.12 0.05 0 0.01
HSL 206º 0.88% 0.93% -
HSV(B) 206º 0.12% 0.99% -
XYZ 79.32 85.1 105.17 -
YUV 236.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 223 240 253 0.12 0.05 0 0.01 206 0.88 0.93
Hex DF F0 FD C 5 0 1 CE 58 5D
Octal 337 360 375 14 5 0 1 316 130 135
Binary 11011111 11110000 11111101 1100 101 0 1 11001110 1011000 1011101

Color Harmonies of #DFF0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF0FD

Black with #DFF0FD

Text Example


Text Example

White with #DFF0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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