Html Css Color HEX #DEF3FF Alice Blue

📋 copy color: '#DEF3FF'

red 222 ◦ green 243 ◦ blue 255

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

Shades of Alice Blue #DEF3FF

Tints of Alice Blue #DEF3FF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 33.75%

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

R = 30.83%
G = 33.75%
B = 35.42%

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

#DEF3FF (or 0xDEF3FF) is known color: Alice Blue. HEX triplet: DE, F3 and FF. RGB value is (222,243,255). Sum of RGB (Red+Green+Blue) = 222+243+255=720 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.83% from 720); Green value is 243 (95.31% from 255 or 33.75% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEF3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF3FF is #210C00. Grayscale: #EEEEEE. Windows color (decimal): -2165761 or 16774110. OLE color: 16774110.

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

Color convert

RGB 222 243 255 -
CMYK 0.13 0.05 0 0
HSL 201.82º 1% 0.94% -
HSV(B) 201.82º 0.13% 1% -
XYZ 80.22 86.85 107.14 -
YUV 238.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 222 243 255 0.13 0.05 0 0 201.82 1 0.94
Hex DE F3 FF D 5 0 0 CA 64 5E
Octal 336 363 377 15 5 0 0 312 144 136
Binary 11011110 11110011 11111111 1101 101 0 0 11001010 1100100 1011110

Color Harmonies of #DEF3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF3FF

Black with #DEF3FF

Text Example


Text Example

White with #DEF3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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