Html Css Color HEX #DEF4FF Alice Blue

📋 copy color: '#DEF4FF'

red 222 ◦ green 244 ◦ blue 255

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

Shades of Alice Blue #DEF4FF

Tints of Alice Blue #DEF4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 33.84%

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

R = 30.79%
G = 33.84%
B = 35.37%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DEF4FF (or 0xDEF4FF) is known color: Alice Blue. HEX triplet: DE, F4 and FF. RGB value is (222,244,255). Sum of RGB (Red+Green+Blue) = 222+244+255=721 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.79% from 721); Green value is 244 (95.70% from 255 or 33.84% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF4FF is #210B00. Grayscale: #EEEEEE. Windows color (decimal): -2165505 or 16774366. OLE color: 16774366.

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

Color convert

RGB 222 244 255 -
CMYK 0.13 0.04 0 0
HSL 200º 1% 0.94% -
HSV(B) 200º 0.13% 1% -
XYZ 80.52 87.45 107.24 -
YUV 238.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 222 244 255 0.13 0.04 0 0 200 1 0.94
Hex DE F4 FF D 4 0 0 C8 64 5E
Octal 336 364 377 15 4 0 0 310 144 136
Binary 11011110 11110100 11111111 1101 100 0 0 11001000 1100100 1011110

Color Harmonies of #DEF4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF4FF

Black with #DEF4FF

Text Example


Text Example

White with #DEF4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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