Html Css Color HEX #D2FADB Off Green

📋 copy color: '#D2FADB'

red 210 ◦ green 250 ◦ blue 219

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

Shades of Off Green #D2FADB

Tints of Off Green #D2FADB

RGB

 RED value IS 210 (82.42% from 255) = 30.93%

 GREEN value IS 250 (98.05% from 255) = 36.82%

 BLUE value IS 219 (85.94% from 255) = 32.25%

R = 30.93%
G = 36.82%
B = 32.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#D2FADB (or 0xD2FADB) is known color: Off Green. HEX triplet: D2, FA and DB. RGB value is (210,250,219). Sum of RGB (Red+Green+Blue) = 210+250+219=679 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.93% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FADB is #2D0524. Grayscale: #EAEAEA. Windows color (decimal): -2950437 or 14416594. OLE color: 14416594.

HSL color Cylindrical-coordinate representation of color #D2FADB: hue angle of 133.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FADB is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 250 219 -
CMYK 0.16 0 0.12 0.02
HSL 133.5º 0.8% 0.9% -
HSV(B) 133.5º 0.16% 0.98% -
XYZ 73.55 87.19 79.97 -
YUV 234.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 210 250 219 0.16 0 0.12 0.02 133.5 0.8 0.9
Hex D2 FA DB 10 0 C 2 86 50 5A
Octal 322 372 333 20 0 14 2 206 120 132
Binary 11010010 11111010 11011011 10000 0 1100 10 10000110 1010000 1011010

Color Harmonies of #D2FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FADB

Black with #D2FADB

Text Example


Text Example

White with #D2FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FADB; }

 p { color: rgb(210,250,219); }

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

background-color css

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

 a { background-color: rgb(210,250,219); }

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

border-color css

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

 span { border-color: rgb(210,250,219); }

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