Html Css Color HEX #DCEEE0 Off Green

📋 copy color: '#DCEEE0'

red 220 ◦ green 238 ◦ blue 224

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

Shades of Off Green #DCEEE0

Tints of Off Green #DCEEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.84%

R = 32.26%
G = 34.9%
B = 32.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#DCEEE0 (or 0xDCEEE0) is known color: Off Green. HEX triplet: DC, EE and E0. RGB value is (220,238,224). Sum of RGB (Red+Green+Blue) = 220+238+224=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEE0 is #23111F. Grayscale: #E7E7E7. Windows color (decimal): -2298144 or 14741212. OLE color: 14741212.

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

Color convert

RGB 220 238 224 -
CMYK 0.08 0 0.06 0.07
HSL 133.33º 0.35% 0.9% -
HSV(B) 133.33º 0.08% 0.93% -
XYZ 73.54 81.75 82.42 -
YUV 231.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 220 238 224 0.08 0 0.06 0.07 133.33 0.35 0.9
Hex DC EE E0 8 0 6 7 85 23 5A
Octal 334 356 340 10 0 6 7 205 43 132
Binary 11011100 11101110 11100000 1000 0 110 111 10000101 100011 1011010

Color Harmonies of #DCEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEE0

Black with #DCEEE0

Text Example


Text Example

White with #DCEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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