Html Css Color HEX #DCFCED White Ice

📋 copy color: '#DCFCED'

red 220 ◦ green 252 ◦ blue 237

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

Shades of White Ice #DCFCED

Tints of White Ice #DCFCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.54%

 BLUE value IS 237 (92.97% from 255) = 33.43%

R = 31.03%
G = 35.54%
B = 33.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#DCFCED (or 0xDCFCED) is known color: White Ice. HEX triplet: DC, FC and ED. RGB value is (220,252,237). Sum of RGB (Red+Green+Blue) = 220+252+237=709 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.03% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCED is #230312. Grayscale: #F0F0F0. Windows color (decimal): -2294547 or 15596764. OLE color: 15596764.

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

Color convert

RGB 220 252 237 -
CMYK 0.13 0 0.06 0.01
HSL 151.88º 0.84% 0.93% -
HSV(B) 151.88º 0.13% 0.99% -
XYZ 79.61 90.95 93.48 -
YUV 240.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 220 252 237 0.13 0 0.06 0.01 151.88 0.84 0.93
Hex DC FC ED D 0 6 1 98 54 5D
Octal 334 374 355 15 0 6 1 230 124 135
Binary 11011100 11111100 11101101 1101 0 110 1 10011000 1010100 1011101

Color Harmonies of #DCFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCED

Black with #DCFCED

Text Example


Text Example

White with #DCFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCED; }

 p { color: rgb(220,252,237); }

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

background-color css

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

 a { background-color: rgb(220,252,237); }

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

border-color css

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

 span { border-color: rgb(220,252,237); }

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