Html Css Color HEX #DFEFFE Alice Blue

📋 copy color: '#DFEFFE'

red 223 ◦ green 239 ◦ blue 254

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

Shades of Alice Blue #DFEFFE

Tints of Alice Blue #DFEFFE

RGB

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

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

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

R = 31.15%
G = 33.38%
B = 35.47%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFEFFE (or 0xDFEFFE) is known color: Alice Blue. HEX triplet: DF, EF and FE. RGB value is (223,239,254). Sum of RGB (Red+Green+Blue) = 223+239+254=716 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.15% from 716); Green value is 239 (93.75% from 255 or 33.38% 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 #DFEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFFE is #201001. Grayscale: #EBEBEB. Windows color (decimal): -2101250 or 16707551. OLE color: 16707551.

HSL color Cylindrical-coordinate representation of color #DFEFFE: hue angle of 209.03º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFEFFE is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 223 239 254 -
CMYK 0.12 0.06 0 0.00
HSL 209.03º 0.94% 0.94% -
HSV(B) 209.03º 0.12% 1% -
XYZ 79.19 84.58 105.92 -
YUV 235.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 223 239 254 0.12 0.06 0 0.00 209.03 0.94 0.94
Hex DF EF FE C 6 0 0 D1 5E 5E
Octal 337 357 376 14 6 0 0 321 136 136
Binary 11011111 11101111 11111110 1100 110 0 0 11010001 1011110 1011110

Color Harmonies of #DFEFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEFFE

Black with #DFEFFE

Text Example


Text Example

White with #DFEFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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