Html Css Color HEX #DFEFFF Alice Blue

📋 copy color: '#DFEFFF'

red 223 ◦ green 239 ◦ blue 255

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

Shades of Alice Blue #DFEFFF

Tints of Alice Blue #DFEFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.56%

R = 31.1%
G = 33.33%
B = 35.56%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DFEFFF (or 0xDFEFFF) is known color: Alice Blue. HEX triplet: DF, EF and FF. RGB value is (223,239,255). Sum of RGB (Red+Green+Blue) = 223+239+255=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFFF is #201000. Grayscale: #EBEBEB. Windows color (decimal): -2101249 or 16773087. OLE color: 16773087.

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

Color convert

RGB 223 239 255 -
CMYK 0.13 0.06 0 0
HSL 210º 1% 0.94% -
HSV(B) 210º 0.13% 1% -
XYZ 79.35 84.64 106.76 -
YUV 236.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 223 239 255 0.13 0.06 0 0 210 1 0.94
Hex DF EF FF D 6 0 0 D2 64 5E
Octal 337 357 377 15 6 0 0 322 144 136
Binary 11011111 11101111 11111111 1101 110 0 0 11010010 1100100 1011110

Color Harmonies of #DFEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEFFF

Black with #DFEFFF

Text Example


Text Example

White with #DFEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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