Html Css Color HEX #DCEEDE Off Green

📋 copy color: '#DCEEDE'

red 220 ◦ green 238 ◦ blue 222

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

Shades of Off Green #DCEEDE

Tints of Off Green #DCEEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.65%

R = 32.35%
G = 35%
B = 32.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#DCEEDE (or 0xDCEEDE) is known color: Off Green. HEX triplet: DC, EE and DE. RGB value is (220,238,222). Sum of RGB (Red+Green+Blue) = 220+238+222=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEDE is #231121. Grayscale: #E6E6E6. Windows color (decimal): -2298146 or 14610140. OLE color: 14610140.

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

Color convert

RGB 220 238 222 -
CMYK 0.08 0 0.07 0.07
HSL 126.67º 0.35% 0.9% -
HSV(B) 126.67º 0.08% 0.93% -
XYZ 73.27 81.64 81 -
YUV 230.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 220 238 222 0.08 0 0.07 0.07 126.67 0.35 0.9
Hex DC EE DE 8 0 7 7 7F 23 5A
Octal 334 356 336 10 0 7 7 177 43 132
Binary 11011100 11101110 11011110 1000 0 111 111 1111111 100011 1011010

Color Harmonies of #DCEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEDE

Black with #DCEEDE

Text Example


Text Example

White with #DCEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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