Html Css Color HEX #DCFFEF White Ice

📋 copy color: '#DCFFEF'

red 220 ◦ green 255 ◦ blue 239

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

Shades of White Ice #DCFFEF

Tints of White Ice #DCFFEF

RGB

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

 GREEN value IS 255 (100% from 255) = 35.71%

 BLUE value IS 239 (93.75% from 255) = 33.47%

R = 30.81%
G = 35.71%
B = 33.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#DCFFEF (or 0xDCFFEF) is known color: White Ice. HEX triplet: DC, FF and EF. RGB value is (220,255,239). Sum of RGB (Red+Green+Blue) = 220+255+239=714 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.81% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFEF is #230010. Grayscale: #F2F2F2. Windows color (decimal): -2293777 or 15728604. OLE color: 15728604.

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

Color convert

RGB 220 255 239 -
CMYK 0.14 0 0.06 0
HSL 152.57º 1% 0.93% -
HSV(B) 152.57º 0.14% 1% -
XYZ 80.86 92.97 95.34 -
YUV 242.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 220 255 239 0.14 0 0.06 0 152.57 1 0.93
Hex DC FF EF E 0 6 0 99 64 5D
Octal 334 377 357 16 0 6 0 231 144 135
Binary 11011100 11111111 11101111 1110 0 110 0 10011001 1100100 1011101

Color Harmonies of #DCFFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFFEF

Black with #DCFFEF

Text Example


Text Example

White with #DCFFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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