Html Css Color HEX #D6F2DD Off Green

📋 copy color: '#D6F2DD'

red 214 ◦ green 242 ◦ blue 221

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

Shades of Off Green #D6F2DD

Tints of Off Green #D6F2DD

RGB

 RED value IS 214 (83.98% from 255) = 31.61%

 GREEN value IS 242 (94.92% from 255) = 35.75%

 BLUE value IS 221 (86.72% from 255) = 32.64%

R = 31.61%
G = 35.75%
B = 32.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#D6F2DD (or 0xD6F2DD) is known color: Off Green. HEX triplet: D6, F2 and DD. RGB value is (214,242,221). Sum of RGB (Red+Green+Blue) = 214+242+221=677 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.61% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2DD is #290D22. Grayscale: #E7E7E7. Windows color (decimal): -2690339 or 14545622. OLE color: 14545622.

HSL color Cylindrical-coordinate representation of color #D6F2DD: hue angle of 135º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F2DD is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 221 -
CMYK 0.12 0 0.09 0.05
HSL 135º 0.52% 0.89% -
HSV(B) 135º 0.12% 0.95% -
XYZ 72.53 83.02 80.61 -
YUV 231.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 214 242 221 0.12 0 0.09 0.05 135 0.52 0.89
Hex D6 F2 DD C 0 9 5 87 34 59
Octal 326 362 335 14 0 11 5 207 64 131
Binary 11010110 11110010 11011101 1100 0 1001 101 10000111 110100 1011001

Color Harmonies of #D6F2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2DD

Black with #D6F2DD

Text Example


Text Example

White with #D6F2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2DD; }

 p { color: rgb(214,242,221); }

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

background-color css

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

 a { background-color: rgb(214,242,221); }

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

border-color css

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

 span { border-color: rgb(214,242,221); }

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