Html Css Color HEX #DCEFE1 Off Green

📋 copy color: '#DCEFE1'

red 220 ◦ green 239 ◦ blue 225

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

Shades of Off Green #DCEFE1

Tints of Off Green #DCEFE1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.94%

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

R = 32.16%
G = 34.94%
B = 32.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#DCEFE1 (or 0xDCEFE1) is known color: Off Green. HEX triplet: DC, EF and E1. RGB value is (220,239,225). Sum of RGB (Red+Green+Blue) = 220+239+225=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFE1 is #23101E. Grayscale: #E7E7E7. Windows color (decimal): -2297887 or 14807004. OLE color: 14807004.

HSL color Cylindrical-coordinate representation of color #DCEFE1: hue angle of 135.79º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEFE1 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 225 -
CMYK 0.08 0 0.06 0.06
HSL 135.79º 0.37% 0.9% -
HSV(B) 135.79º 0.08% 0.94% -
XYZ 73.97 82.38 83.24 -
YUV 231.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 220 239 225 0.08 0 0.06 0.06 135.79 0.37 0.9
Hex DC EF E1 8 0 6 6 88 25 5A
Octal 334 357 341 10 0 6 6 210 45 132
Binary 11011100 11101111 11100001 1000 0 110 110 10001000 100101 1011010

Color Harmonies of #DCEFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFE1

Black with #DCEFE1

Text Example


Text Example

White with #DCEFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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