Html Css Color HEX #D0E5AC Reef

📋 copy color: '#D0E5AC'

red 208 ◦ green 229 ◦ blue 172

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

Shades of Reef #D0E5AC

Tints of Reef #D0E5AC

RGB

 RED value IS 208 (81.64% from 255) = 34.15%

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

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

R = 34.15%
G = 37.6%
B = 28.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#D0E5AC (or 0xD0E5AC) is known color: Reef. HEX triplet: D0, E5 and AC. RGB value is (208,229,172). Sum of RGB (Red+Green+Blue) = 208+229+172=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E5AC is #2F1A53. Grayscale: #D8D8D8. Windows color (decimal): -3086932 or 11331024. OLE color: 11331024.

HSL color Cylindrical-coordinate representation of color #D0E5AC: hue angle of 82.11º 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 #D0E5AC is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 229 172 -
CMYK 0.09 0 0.25 0.10
HSL 82.11º 0.52% 0.79% -
HSV(B) 82.11º 0.25% 0.9% -
XYZ 61.48 72.43 49.77 -
YUV 216.22 103.04 122.13 -
System Red Green Blue C M Y K H S L
Decimal 208 229 172 0.09 0 0.25 0.10 82.11 0.52 0.79
Hex D0 E5 AC 9 0 19 A 52 34 4F
Octal 320 345 254 11 0 31 12 122 64 117
Binary 11010000 11100101 10101100 1001 0 11001 1010 1010010 110100 1001111

Color Harmonies of #D0E5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E5AC

Black with #D0E5AC

Text Example


Text Example

White with #D0E5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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