Html Css Color HEX #DCEEE5 White Ice

📋 copy color: '#DCEEE5'

red 220 ◦ green 238 ◦ blue 229

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

Shades of White Ice #DCEEE5

Tints of White Ice #DCEEE5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.64%

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

R = 32.02%
G = 34.64%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#DCEEE5 (or 0xDCEEE5) is known color: White Ice. HEX triplet: DC, EE and E5. RGB value is (220,238,229). Sum of RGB (Red+Green+Blue) = 220+238+229=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEE5 is #23111A. Grayscale: #E7E7E7. Windows color (decimal): -2298139 or 15068892. OLE color: 15068892.

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

Color convert

RGB 220 238 229 -
CMYK 0.08 0 0.04 0.07
HSL 150º 0.35% 0.9% -
HSV(B) 150º 0.08% 0.93% -
XYZ 74.23 82.02 86.05 -
YUV 231.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 220 238 229 0.08 0 0.04 0.07 150 0.35 0.9
Hex DC EE E5 8 0 4 7 96 23 5A
Octal 334 356 345 10 0 4 7 226 43 132
Binary 11011100 11101110 11100101 1000 0 100 111 10010110 100011 1011010

Color Harmonies of #DCEEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEE5

Black with #DCEEE5

Text Example


Text Example

White with #DCEEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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