Html Css Color HEX #D2DD9E Reef

📋 copy color: '#D2DD9E'

red 210 ◦ green 221 ◦ blue 158

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

Shades of Reef #D2DD9E

Tints of Reef #D2DD9E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.52%

 BLUE value IS 158 (62.11% from 255) = 26.83%

R = 35.65%
G = 37.52%
B = 26.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#D2DD9E (or 0xD2DD9E) is known color: Reef. HEX triplet: D2, DD and 9E. RGB value is (210,221,158). Sum of RGB (Red+Green+Blue) = 210+221+158=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DD9E is #2D2261. Grayscale: #D2D2D2. Windows color (decimal): -2957922 or 10411474. OLE color: 10411474.

HSL color Cylindrical-coordinate representation of color #D2DD9E: hue angle of 70.48º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2DD9E is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 221 158 -
CMYK 0.05 0 0.29 0.13
HSL 70.48º 0.48% 0.74% -
HSV(B) 70.48º 0.29% 0.87% -
XYZ 58.61 67.88 42.36 -
YUV 210.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 210 221 158 0.05 0 0.29 0.13 70.48 0.48 0.74
Hex D2 DD 9E 5 0 1D D 46 30 4A
Octal 322 335 236 5 0 35 15 106 60 112
Binary 11010010 11011101 10011110 101 0 11101 1101 1000110 110000 1001010

Color Harmonies of #D2DD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DD9E

Black with #D2DD9E

Text Example


Text Example

White with #D2DD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DD9E; }

 p { color: rgb(210,221,158); }

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

background-color css

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

 a { background-color: rgb(210,221,158); }

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

border-color css

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

 span { border-color: rgb(210,221,158); }

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