Html Css Color HEX #DCEDE3 White Ice

📋 copy color: '#DCEDE3'

red 220 ◦ green 237 ◦ blue 227

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

Shades of White Ice #DCEDE3

Tints of White Ice #DCEDE3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.65%

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

R = 32.16%
G = 34.65%
B = 33.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#DCEDE3 (or 0xDCEDE3) is known color: White Ice. HEX triplet: DC, ED and E3. RGB value is (220,237,227). Sum of RGB (Red+Green+Blue) = 220+237+227=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDE3 is #23121C. Grayscale: #E6E6E6. Windows color (decimal): -2298397 or 14937564. OLE color: 14937564.

HSL color Cylindrical-coordinate representation of color #DCEDE3: hue angle of 144.71º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCEDE3 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 227 -
CMYK 0.07 0 0.04 0.07
HSL 144.71º 0.32% 0.9% -
HSV(B) 144.71º 0.07% 0.93% -
XYZ 73.66 81.33 84.49 -
YUV 230.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 220 237 227 0.07 0 0.04 0.07 144.71 0.32 0.9
Hex DC ED E3 7 0 4 7 91 20 5A
Octal 334 355 343 7 0 4 7 221 40 132
Binary 11011100 11101101 11100011 111 0 100 111 10010001 100000 1011010

Color Harmonies of #DCEDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDE3

Black with #DCEDE3

Text Example


Text Example

White with #DCEDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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