Html Css Color HEX #DEF1FF Alice Blue

📋 copy color: '#DEF1FF'

red 222 ◦ green 241 ◦ blue 255

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

Shades of Alice Blue #DEF1FF

Tints of Alice Blue #DEF1FF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.57%

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

R = 30.92%
G = 33.57%
B = 35.52%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DEF1FF (or 0xDEF1FF) is known color: Alice Blue. HEX triplet: DE, F1 and FF. RGB value is (222,241,255). Sum of RGB (Red+Green+Blue) = 222+241+255=718 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.92% from 718); Green value is 241 (94.53% from 255 or 33.57% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF1FF is #210E00. Grayscale: #ECECEC. Windows color (decimal): -2166273 or 16773598. OLE color: 16773598.

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

Color convert

RGB 222 241 255 -
CMYK 0.13 0.05 0 0
HSL 205.45º 1% 0.94% -
HSV(B) 205.45º 0.13% 1% -
XYZ 79.63 85.66 106.94 -
YUV 236.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 222 241 255 0.13 0.05 0 0 205.45 1 0.94
Hex DE F1 FF D 5 0 0 CD 64 5E
Octal 336 361 377 15 5 0 0 315 144 136
Binary 11011110 11110001 11111111 1101 101 0 0 11001101 1100100 1011110

Color Harmonies of #DEF1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF1FF

Black with #DEF1FF

Text Example


Text Example

White with #DEF1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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