Html Css Color HEX #D8F2AD Reef

📋 copy color: '#D8F2AD'

red 216 ◦ green 242 ◦ blue 173

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

Shades of Reef #D8F2AD

Tints of Reef #D8F2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.35%

 BLUE value IS 173 (67.97% from 255) = 27.42%

R = 34.23%
G = 38.35%
B = 27.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#D8F2AD (or 0xD8F2AD) is known color: Reef. HEX triplet: D8, F2 and AD. RGB value is (216,242,173). Sum of RGB (Red+Green+Blue) = 216+242+173=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F2AD is #270D52. Grayscale: #E2E2E2. Windows color (decimal): -2559315 or 11399896. OLE color: 11399896.

HSL color Cylindrical-coordinate representation of color #D8F2AD: hue angle of 82.61º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8F2AD is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 242 173 -
CMYK 0.11 0 0.29 0.05
HSL 82.61º 0.73% 0.81% -
HSV(B) 82.61º 0.29% 0.95% -
XYZ 67.61 81.12 51.63 -
YUV 226.36 97.89 120.61 -
System Red Green Blue C M Y K H S L
Decimal 216 242 173 0.11 0 0.29 0.05 82.61 0.73 0.81
Hex D8 F2 AD B 0 1D 5 53 49 51
Octal 330 362 255 13 0 35 5 123 111 121
Binary 11011000 11110010 10101101 1011 0 11101 101 1010011 1001001 1010001

Color Harmonies of #D8F2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F2AD

Black with #D8F2AD

Text Example


Text Example

White with #D8F2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F2AD; }

 p { color: rgb(216,242,173); }

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

background-color css

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

 a { background-color: rgb(216,242,173); }

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

border-color css

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

 span { border-color: rgb(216,242,173); }

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