Html Css Color HEX #D0EEAC Reef

📋 copy color: '#D0EEAC'

red 208 ◦ green 238 ◦ blue 172

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

Shades of Reef #D0EEAC

Tints of Reef #D0EEAC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.51%

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

R = 33.66%
G = 38.51%
B = 27.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#D0EEAC (or 0xD0EEAC) is known color: Reef. HEX triplet: D0, EE and AC. RGB value is (208,238,172). Sum of RGB (Red+Green+Blue) = 208+238+172=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEAC is #2F1153. Grayscale: #DDDDDD. Windows color (decimal): -3084628 or 11333328. OLE color: 11333328.

HSL color Cylindrical-coordinate representation of color #D0EEAC: hue angle of 87.27º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0EEAC is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 238 172 -
CMYK 0.13 0 0.28 0.07
HSL 87.27º 0.66% 0.8% -
HSV(B) 87.27º 0.28% 0.93% -
XYZ 64.03 77.54 50.62 -
YUV 221.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 208 238 172 0.13 0 0.28 0.07 87.27 0.66 0.8
Hex D0 EE AC D 0 1C 7 57 42 50
Octal 320 356 254 15 0 34 7 127 102 120
Binary 11010000 11101110 10101100 1101 0 11100 111 1010111 1000010 1010000

Color Harmonies of #D0EEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EEAC

Black with #D0EEAC

Text Example


Text Example

White with #D0EEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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