Html Css Color HEX #D0E0A7 Reef

📋 copy color: '#D0E0A7'

red 208 ◦ green 224 ◦ blue 167

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

Shades of Reef #D0E0A7

Tints of Reef #D0E0A7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.4%

 BLUE value IS 167 (65.63% from 255) = 27.88%

R = 34.72%
G = 37.4%
B = 27.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#D0E0A7 (or 0xD0E0A7) is known color: Reef. HEX triplet: D0, E0 and A7. RGB value is (208,224,167). Sum of RGB (Red+Green+Blue) = 208+224+167=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 167 (65.62% from 255 or 27.88% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E0A7 is #2F1F58. Grayscale: #D4D4D4. Windows color (decimal): -3088217 or 11002064. OLE color: 11002064.

HSL color Cylindrical-coordinate representation of color #D0E0A7: hue angle of 76.84º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0E0A7 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 167 -
CMYK 0.07 0 0.25 0.12
HSL 76.84º 0.48% 0.77% -
HSV(B) 76.84º 0.25% 0.88% -
XYZ 59.64 69.51 46.83 -
YUV 212.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 208 224 167 0.07 0 0.25 0.12 76.84 0.48 0.77
Hex D0 E0 A7 7 0 19 C 4D 30 4D
Octal 320 340 247 7 0 31 14 115 60 115
Binary 11010000 11100000 10100111 111 0 11001 1100 1001101 110000 1001101

Color Harmonies of #D0E0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E0A7

Black with #D0E0A7

Text Example


Text Example

White with #D0E0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E0A7; }

 p { color: rgb(208,224,167); }

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

background-color css

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

 a { background-color: rgb(208,224,167); }

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

border-color css

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

 span { border-color: rgb(208,224,167); }

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