Html Css Color HEX #DEEFFF Alice Blue

📋 copy color: '#DEEFFF'

red 222 ◦ green 239 ◦ blue 255

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

Shades of Alice Blue #DEEFFF

Tints of Alice Blue #DEEFFF

RGB

 RED value IS 222 (87.11% from 255) = 31.01%

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

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

R = 31.01%
G = 33.38%
B = 35.61%

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

#DEEFFF (or 0xDEEFFF) is known color: Alice Blue. HEX triplet: DE, EF and FF. RGB value is (222,239,255). Sum of RGB (Red+Green+Blue) = 222+239+255=716 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.01% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFFF is #211000. Grayscale: #EBEBEB. Windows color (decimal): -2166785 or 16773086. OLE color: 16773086.

HSL color Cylindrical-coordinate representation of color #DEEFFF: hue angle of 209.09º 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 #DEEFFF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 222 239 255 -
CMYK 0.13 0.06 0 0
HSL 209.09º 1% 0.94% -
HSV(B) 209.09º 0.13% 1% -
XYZ 79.04 84.48 106.75 -
YUV 235.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 222 239 255 0.13 0.06 0 0 209.09 1 0.94
Hex DE EF FF D 6 0 0 D1 64 5E
Octal 336 357 377 15 6 0 0 321 144 136
Binary 11011110 11101111 11111111 1101 110 0 0 11010001 1100100 1011110

Color Harmonies of #DEEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEFFF

Black with #DEEFFF

Text Example


Text Example

White with #DEEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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