Html Css Color HEX #D7EAAF Reef

📋 copy color: '#D7EAAF'

red 215 ◦ green 234 ◦ blue 175

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

Shades of Reef #D7EAAF

Tints of Reef #D7EAAF

RGB

 RED value IS 215 (84.38% from 255) = 34.46%

 GREEN value IS 234 (91.8% from 255) = 37.5%

 BLUE value IS 175 (68.75% from 255) = 28.04%

R = 34.46%
G = 37.5%
B = 28.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#D7EAAF (or 0xD7EAAF) is known color: Reef. HEX triplet: D7, EA and AF. RGB value is (215,234,175). Sum of RGB (Red+Green+Blue) = 215+234+175=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7EAAF is #281550. Grayscale: #DDDDDD. Windows color (decimal): -2626897 or 11528919. OLE color: 11528919.

HSL color Cylindrical-coordinate representation of color #D7EAAF: hue angle of 79.32º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7EAAF is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 234 175 -
CMYK 0.08 0 0.25 0.08
HSL 79.32º 0.58% 0.8% -
HSV(B) 79.32º 0.25% 0.92% -
XYZ 65.19 76.39 51.87 -
YUV 221.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 215 234 175 0.08 0 0.25 0.08 79.32 0.58 0.8
Hex D7 EA AF 8 0 19 8 4F 3A 50
Octal 327 352 257 10 0 31 10 117 72 120
Binary 11010111 11101010 10101111 1000 0 11001 1000 1001111 111010 1010000

Color Harmonies of #D7EAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EAAF

Black with #D7EAAF

Text Example


Text Example

White with #D7EAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EAAF; }

 p { color: rgb(215,234,175); }

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

background-color css

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

 a { background-color: rgb(215,234,175); }

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

border-color css

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

 span { border-color: rgb(215,234,175); }

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