Html Css Color HEX #DCFDEE White Ice

📋 copy color: '#DCFDEE'

red 220 ◦ green 253 ◦ blue 238

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

Shades of White Ice #DCFDEE

Tints of White Ice #DCFDEE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.58%

 BLUE value IS 238 (93.36% from 255) = 33.47%

R = 30.94%
G = 35.58%
B = 33.47%

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

#DCFDEE (or 0xDCFDEE) is known color: White Ice. HEX triplet: DC, FD and EE. RGB value is (220,253,238). Sum of RGB (Red+Green+Blue) = 220+253+238=711 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.94% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDEE is #230211. Grayscale: #F1F1F1. Windows color (decimal): -2294290 or 15662556. OLE color: 15662556.

HSL color Cylindrical-coordinate representation of color #DCFDEE: hue angle of 152.73º degrees, saturation: 0.89, 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 #DCFDEE is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 238 -
CMYK 0.13 0 0.06 0.01
HSL 152.73º 0.89% 0.93% -
HSV(B) 152.73º 0.13% 0.99% -
XYZ 80.07 91.64 94.36 -
YUV 241.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 220 253 238 0.13 0 0.06 0.01 152.73 0.89 0.93
Hex DC FD EE D 0 6 1 99 59 5D
Octal 334 375 356 15 0 6 1 231 131 135
Binary 11011100 11111101 11101110 1101 0 110 1 10011001 1011001 1011101

Color Harmonies of #DCFDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFDEE

Black with #DCFDEE

Text Example


Text Example

White with #DCFDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFDEE; }

 p { color: rgb(220,253,238); }

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

background-color css

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

 a { background-color: rgb(220,253,238); }

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

border-color css

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

 span { border-color: rgb(220,253,238); }

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