Html Css Color HEX #DCE8E3 White Ice

📋 copy color: '#DCE8E3'

red 220 ◦ green 232 ◦ blue 227

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

Shades of White Ice #DCE8E3

Tints of White Ice #DCE8E3

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.17%

 BLUE value IS 227 (89.06% from 255) = 33.43%

R = 32.4%
G = 34.17%
B = 33.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#DCE8E3 (or 0xDCE8E3) is known color: White Ice. HEX triplet: DC, E8 and E3. RGB value is (220,232,227). Sum of RGB (Red+Green+Blue) = 220+232+227=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 227 (89.06% from 255 or 33.43% from 679); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE8E3 is #23171C. Grayscale: #E3E3E3. Windows color (decimal): -2299677 or 14936284. OLE color: 14936284.

HSL color Cylindrical-coordinate representation of color #DCE8E3: hue angle of 155º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE8E3 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 232 227 -
CMYK 0.05 0 0.02 0.09
HSL 155º 0.21% 0.89% -
HSV(B) 155º 0.05% 0.91% -
XYZ 72.24 78.47 84.01 -
YUV 227.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 220 232 227 0.05 0 0.02 0.09 155 0.21 0.89
Hex DC E8 E3 5 0 2 9 9B 15 59
Octal 334 350 343 5 0 2 11 233 25 131
Binary 11011100 11101000 11100011 101 0 10 1001 10011011 10101 1011001

Color Harmonies of #DCE8E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE8E3

Black with #DCE8E3

Text Example


Text Example

White with #DCE8E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE8E3; }

 p { color: rgb(220,232,227); }

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

background-color css

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

 a { background-color: rgb(220,232,227); }

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

border-color css

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

 span { border-color: rgb(220,232,227); }

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