Html Css Color HEX #D6FDDC Off Green

📋 copy color: '#D6FDDC'

red 214 ◦ green 253 ◦ blue 220

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

Shades of Off Green #D6FDDC

Tints of Off Green #D6FDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.02%

R = 31.15%
G = 36.83%
B = 32.02%

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

#D6FDDC (or 0xD6FDDC) is known color: Off Green. HEX triplet: D6, FD and DC. RGB value is (214,253,220). Sum of RGB (Red+Green+Blue) = 214+253+220=687 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.15% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FDDC is #290223. Grayscale: #EDEDED. Windows color (decimal): -2687524 or 14482902. OLE color: 14482902.

HSL color Cylindrical-coordinate representation of color #D6FDDC: hue angle of 129.23º 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 #D6FDDC is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 253 220 -
CMYK 0.15 0 0.13 0.01
HSL 129.23º 0.91% 0.92% -
HSV(B) 129.23º 0.15% 0.99% -
XYZ 75.78 89.71 81.03 -
YUV 237.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 214 253 220 0.15 0 0.13 0.01 129.23 0.91 0.92
Hex D6 FD DC F 0 D 1 81 5B 5C
Octal 326 375 334 17 0 15 1 201 133 134
Binary 11010110 11111101 11011100 1111 0 1101 1 10000001 1011011 1011100

Color Harmonies of #D6FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FDDC

Black with #D6FDDC

Text Example


Text Example

White with #D6FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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