Html Css Color HEX #DFEFFB Alice Blue

📋 copy color: '#DFEFFB'

red 223 ◦ green 239 ◦ blue 251

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

Shades of Alice Blue #DFEFFB

Tints of Alice Blue #DFEFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.52%

 BLUE value IS 251 (98.44% from 255) = 35.2%

R = 31.28%
G = 33.52%
B = 35.2%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFEFFB (or 0xDFEFFB) is known color: Alice Blue. HEX triplet: DF, EF and FB. RGB value is (223,239,251). Sum of RGB (Red+Green+Blue) = 223+239+251=713 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.28% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFFB is #201004. Grayscale: #EBEBEB. Windows color (decimal): -2101253 or 16510943. OLE color: 16510943.

HSL color Cylindrical-coordinate representation of color #DFEFFB: hue angle of 205.71º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFEFFB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 239 251 -
CMYK 0.11 0.05 0 0.02
HSL 205.71º 0.78% 0.93% -
HSV(B) 205.71º 0.11% 0.98% -
XYZ 78.71 84.39 103.41 -
YUV 235.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 223 239 251 0.11 0.05 0 0.02 205.71 0.78 0.93
Hex DF EF FB B 5 0 2 CE 4E 5D
Octal 337 357 373 13 5 0 2 316 116 135
Binary 11011111 11101111 11111011 1011 101 0 10 11001110 1001110 1011101

Color Harmonies of #DFEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEFFB

Black with #DFEFFB

Text Example


Text Example

White with #DFEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEFFB; }

 p { color: rgb(223,239,251); }

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

background-color css

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

 a { background-color: rgb(223,239,251); }

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

border-color css

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

 span { border-color: rgb(223,239,251); }

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