Html Css Color HEX #DCEDE6 White Ice

📋 copy color: '#DCEDE6'

red 220 ◦ green 237 ◦ blue 230

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

Shades of White Ice #DCEDE6

Tints of White Ice #DCEDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.48%

R = 32.02%
G = 34.5%
B = 33.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#DCEDE6 (or 0xDCEDE6) is known color: White Ice. HEX triplet: DC, ED and E6. RGB value is (220,237,230). Sum of RGB (Red+Green+Blue) = 220+237+230=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDE6 is #231219. Grayscale: #E7E7E7. Windows color (decimal): -2298394 or 15134172. OLE color: 15134172.

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

Color convert

RGB 220 237 230 -
CMYK 0.07 0 0.03 0.07
HSL 155.29º 0.32% 0.9% -
HSV(B) 155.29º 0.07% 0.93% -
XYZ 74.08 81.5 86.69 -
YUV 231.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 220 237 230 0.07 0 0.03 0.07 155.29 0.32 0.9
Hex DC ED E6 7 0 3 7 9B 20 5A
Octal 334 355 346 7 0 3 7 233 40 132
Binary 11011100 11101101 11100110 111 0 11 111 10011011 100000 1011010

Color Harmonies of #DCEDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDE6

Black with #DCEDE6

Text Example


Text Example

White with #DCEDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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