Html Css Color HEX #D6FDDD Off Green

📋 copy color: '#D6FDDD'

red 214 ◦ green 253 ◦ blue 221

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

Shades of Off Green #D6FDDD

Tints of Off Green #D6FDDD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.77%

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

R = 31.1%
G = 36.77%
B = 32.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#D6FDDD (or 0xD6FDDD) is known color: Off Green. HEX triplet: D6, FD and DD. RGB value is (214,253,221). Sum of RGB (Red+Green+Blue) = 214+253+221=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FDDD is #290222. Grayscale: #EDEDED. Windows color (decimal): -2687523 or 14548438. OLE color: 14548438.

HSL color Cylindrical-coordinate representation of color #D6FDDD: hue angle of 130.77º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FDDD is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 253 221 -
CMYK 0.15 0 0.13 0.01
HSL 130.77º 0.91% 0.92% -
HSV(B) 130.77º 0.15% 0.99% -
XYZ 75.91 89.77 81.73 -
YUV 237.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 214 253 221 0.15 0 0.13 0.01 130.77 0.91 0.92
Hex D6 FD DD F 0 D 1 83 5B 5C
Octal 326 375 335 17 0 15 1 203 133 134
Binary 11010110 11111101 11011101 1111 0 1101 1 10000011 1011011 1011100

Color Harmonies of #D6FDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FDDD

Black with #D6FDDD

Text Example


Text Example

White with #D6FDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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