Html Css Color HEX #DCF0FF Alice Blue

📋 copy color: '#DCF0FF'

red 220 ◦ green 240 ◦ blue 255

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

Shades of Alice Blue #DCF0FF

Tints of Alice Blue #DCF0FF

RGB

 RED value IS 220 (86.33% from 255) = 30.77%

 GREEN value IS 240 (94.14% from 255) = 33.57%

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

R = 30.77%
G = 33.57%
B = 35.66%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCF0FF (or 0xDCF0FF) is known color: Alice Blue. HEX triplet: DC, F0 and FF. RGB value is (220,240,255). Sum of RGB (Red+Green+Blue) = 220+240+255=715 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.77% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0FF is #230F00. Grayscale: #EBEBEB. Windows color (decimal): -2297601 or 16773340. OLE color: 16773340.

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

Color convert

RGB 220 240 255 -
CMYK 0.14 0.06 0 0
HSL 205.71º 1% 0.93% -
HSV(B) 205.71º 0.14% 1% -
XYZ 78.73 84.76 106.82 -
YUV 235.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 220 240 255 0.14 0.06 0 0 205.71 1 0.93
Hex DC F0 FF E 6 0 0 CE 64 5D
Octal 334 360 377 16 6 0 0 316 144 135
Binary 11011100 11110000 11111111 1110 110 0 0 11001110 1100100 1011101

Color Harmonies of #DCF0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF0FF

Black with #DCF0FF

Text Example


Text Example

White with #DCF0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF0FF; }

 p { color: rgb(220,240,255); }

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

background-color css

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

 a { background-color: rgb(220,240,255); }

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

border-color css

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

 span { border-color: rgb(220,240,255); }

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