Html Css Color HEX #DCF2FF Alice Blue

📋 copy color: '#DCF2FF'

red 220 ◦ green 242 ◦ blue 255

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

Shades of Alice Blue #DCF2FF

Tints of Alice Blue #DCF2FF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.75%

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

R = 30.68%
G = 33.75%
B = 35.56%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCF2FF (or 0xDCF2FF) is known color: Alice Blue. HEX triplet: DC, F2 and FF. RGB value is (220,242,255). Sum of RGB (Red+Green+Blue) = 220+242+255=717 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.68% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2FF is #230D00. Grayscale: #ECECEC. Windows color (decimal): -2297089 or 16773852. OLE color: 16773852.

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

Color convert

RGB 220 242 255 -
CMYK 0.14 0.05 0 0
HSL 202.29º 1% 0.93% -
HSV(B) 202.29º 0.14% 1% -
XYZ 79.32 85.94 107.02 -
YUV 236.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 220 242 255 0.14 0.05 0 0 202.29 1 0.93
Hex DC F2 FF E 5 0 0 CA 64 5D
Octal 334 362 377 16 5 0 0 312 144 135
Binary 11011100 11110010 11111111 1110 101 0 0 11001010 1100100 1011101

Color Harmonies of #DCF2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF2FF

Black with #DCF2FF

Text Example


Text Example

White with #DCF2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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