Html Css Color HEX #D8EDAF Reef

📋 copy color: '#D8EDAF'

red 216 ◦ green 237 ◦ blue 175

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

Shades of Reef #D8EDAF

Tints of Reef #D8EDAF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.74%

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

R = 34.39%
G = 37.74%
B = 27.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#D8EDAF (or 0xD8EDAF) is known color: Reef. HEX triplet: D8, ED and AF. RGB value is (216,237,175). Sum of RGB (Red+Green+Blue) = 216+237+175=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EDAF is #271250. Grayscale: #DFDFDF. Windows color (decimal): -2560593 or 11529688. OLE color: 11529688.

HSL color Cylindrical-coordinate representation of color #D8EDAF: hue angle of 80.32º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8EDAF is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 237 175 -
CMYK 0.09 0 0.26 0.07
HSL 80.32º 0.63% 0.81% -
HSV(B) 80.32º 0.26% 0.93% -
XYZ 66.34 78.26 52.17 -
YUV 223.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 216 237 175 0.09 0 0.26 0.07 80.32 0.63 0.81
Hex D8 ED AF 9 0 1A 7 50 3F 51
Octal 330 355 257 11 0 32 7 120 77 121
Binary 11011000 11101101 10101111 1001 0 11010 111 1010000 111111 1010001

Color Harmonies of #D8EDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EDAF

Black with #D8EDAF

Text Example


Text Example

White with #D8EDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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