Html Css Color HEX #DCEDE5 White Ice

📋 copy color: '#DCEDE5'

red 220 ◦ green 237 ◦ blue 229

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

Shades of White Ice #DCEDE5

Tints of White Ice #DCEDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.38%

R = 32.07%
G = 34.55%
B = 33.38%

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

#DCEDE5 (or 0xDCEDE5) is known color: White Ice. HEX triplet: DC, ED and E5. RGB value is (220,237,229). Sum of RGB (Red+Green+Blue) = 220+237+229=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDE5 is #23121A. Grayscale: #E7E7E7. Windows color (decimal): -2298395 or 15068636. OLE color: 15068636.

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

Color convert

RGB 220 237 229 -
CMYK 0.07 0 0.03 0.07
HSL 151.76º 0.32% 0.9% -
HSV(B) 151.76º 0.07% 0.93% -
XYZ 73.94 81.44 85.95 -
YUV 231.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 220 237 229 0.07 0 0.03 0.07 151.76 0.32 0.9
Hex DC ED E5 7 0 3 7 98 20 5A
Octal 334 355 345 7 0 3 7 230 40 132
Binary 11011100 11101101 11100101 111 0 11 111 10011000 100000 1011010

Color Harmonies of #DCEDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDE5

Black with #DCEDE5

Text Example


Text Example

White with #DCEDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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