Html Css Color HEX #DCEEE1 Off Green

📋 copy color: '#DCEEE1'

red 220 ◦ green 238 ◦ blue 225

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

Shades of Off Green #DCEEE1

Tints of Off Green #DCEEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 32.94%

R = 32.21%
G = 34.85%
B = 32.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#DCEEE1 (or 0xDCEEE1) is known color: Off Green. HEX triplet: DC, EE and E1. RGB value is (220,238,225). Sum of RGB (Red+Green+Blue) = 220+238+225=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEE1 is #23111E. Grayscale: #E7E7E7. Windows color (decimal): -2298143 or 14806748. OLE color: 14806748.

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

Color convert

RGB 220 238 225 -
CMYK 0.08 0 0.05 0.07
HSL 136.67º 0.35% 0.9% -
HSV(B) 136.67º 0.08% 0.93% -
XYZ 73.68 81.8 83.14 -
YUV 231.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 220 238 225 0.08 0 0.05 0.07 136.67 0.35 0.9
Hex DC EE E1 8 0 5 7 89 23 5A
Octal 334 356 341 10 0 5 7 211 43 132
Binary 11011100 11101110 11100001 1000 0 101 111 10001001 100011 1011010

Color Harmonies of #DCEEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEE1

Black with #DCEEE1

Text Example


Text Example

White with #DCEEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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