Html Css Color HEX #D8EBAF Reef

📋 copy color: '#D8EBAF'

red 216 ◦ green 235 ◦ blue 175

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

Shades of Reef #D8EBAF

Tints of Reef #D8EBAF

RGB

 RED value IS 216 (84.77% from 255) = 34.5%

 GREEN value IS 235 (92.19% from 255) = 37.54%

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

R = 34.5%
G = 37.54%
B = 27.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#D8EBAF (or 0xD8EBAF) is known color: Reef. HEX triplet: D8, EB and AF. RGB value is (216,235,175). Sum of RGB (Red+Green+Blue) = 216+235+175=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EBAF is #271450. Grayscale: #DEDEDE. Windows color (decimal): -2561105 or 11529176. OLE color: 11529176.

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

Color convert

RGB 216 235 175 -
CMYK 0.08 0 0.26 0.08
HSL 79º 0.6% 0.8% -
HSV(B) 79º 0.26% 0.92% -
XYZ 65.77 77.11 51.98 -
YUV 222.48 101.21 123.38 -
System Red Green Blue C M Y K H S L
Decimal 216 235 175 0.08 0 0.26 0.08 79 0.6 0.8
Hex D8 EB AF 8 0 1A 8 4F 3C 50
Octal 330 353 257 10 0 32 10 117 74 120
Binary 11011000 11101011 10101111 1000 0 11010 1000 1001111 111100 1010000

Color Harmonies of #D8EBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EBAF

Black with #D8EBAF

Text Example


Text Example

White with #D8EBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EBAF; }

 p { color: rgb(216,235,175); }

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

background-color css

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

 a { background-color: rgb(216,235,175); }

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

border-color css

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

 span { border-color: rgb(216,235,175); }

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