Html Css Color HEX #D2E5AC Reef

📋 copy color: '#D2E5AC'

red 210 ◦ green 229 ◦ blue 172

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

Shades of Reef #D2E5AC

Tints of Reef #D2E5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.48%

 BLUE value IS 172 (67.58% from 255) = 28.15%

R = 34.37%
G = 37.48%
B = 28.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#D2E5AC (or 0xD2E5AC) is known color: Reef. HEX triplet: D2, E5 and AC. RGB value is (210,229,172). Sum of RGB (Red+Green+Blue) = 210+229+172=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E5AC is #2D1A53. Grayscale: #D9D9D9. Windows color (decimal): -2955860 or 11331026. OLE color: 11331026.

HSL color Cylindrical-coordinate representation of color #D2E5AC: hue angle of 80º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2E5AC is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 229 172 -
CMYK 0.08 0 0.25 0.10
HSL 80º 0.52% 0.79% -
HSV(B) 80º 0.25% 0.9% -
XYZ 62.04 72.72 49.8 -
YUV 216.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 210 229 172 0.08 0 0.25 0.10 80 0.52 0.79
Hex D2 E5 AC 8 0 19 A 50 34 4F
Octal 322 345 254 10 0 31 12 120 64 117
Binary 11010010 11100101 10101100 1000 0 11001 1010 1010000 110100 1001111

Color Harmonies of #D2E5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E5AC

Black with #D2E5AC

Text Example


Text Example

White with #D2E5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E5AC; }

 p { color: rgb(210,229,172); }

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

background-color css

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

 a { background-color: rgb(210,229,172); }

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

border-color css

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

 span { border-color: rgb(210,229,172); }

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