Html Css Color HEX #DCEEE4 White Ice

📋 copy color: '#DCEEE4'

red 220 ◦ green 238 ◦ blue 228

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

Shades of White Ice #DCEEE4

Tints of White Ice #DCEEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.24%

R = 32.07%
G = 34.69%
B = 33.24%

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

#DCEEE4 (or 0xDCEEE4) is known color: White Ice. HEX triplet: DC, EE and E4. RGB value is (220,238,228). Sum of RGB (Red+Green+Blue) = 220+238+228=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEE4 is #23111B. Grayscale: #E7E7E7. Windows color (decimal): -2298140 or 15003356. OLE color: 15003356.

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

Color convert

RGB 220 238 228 -
CMYK 0.08 0 0.04 0.07
HSL 146.67º 0.35% 0.9% -
HSV(B) 146.67º 0.08% 0.93% -
XYZ 74.09 81.97 85.31 -
YUV 231.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 220 238 228 0.08 0 0.04 0.07 146.67 0.35 0.9
Hex DC EE E4 8 0 4 7 93 23 5A
Octal 334 356 344 10 0 4 7 223 43 132
Binary 11011100 11101110 11100100 1000 0 100 111 10010011 100011 1011010

Color Harmonies of #DCEEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEE4

Black with #DCEEE4

Text Example


Text Example

White with #DCEEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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