Html Css Color HEX #D8F8AE Reef

📋 copy color: '#D8F8AE'

red 216 ◦ green 248 ◦ blue 174

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

Shades of Reef #D8F8AE

Tints of Reef #D8F8AE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.87%

 BLUE value IS 174 (68.36% from 255) = 27.27%

R = 33.86%
G = 38.87%
B = 27.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#D8F8AE (or 0xD8F8AE) is known color: Reef. HEX triplet: D8, F8 and AE. RGB value is (216,248,174). Sum of RGB (Red+Green+Blue) = 216+248+174=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F8AE is #270751. Grayscale: #E6E6E6. Windows color (decimal): -2557778 or 11466968. OLE color: 11466968.

HSL color Cylindrical-coordinate representation of color #D8F8AE: hue angle of 85.95º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8F8AE is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 216 248 174 -
CMYK 0.13 0 0.30 0.03
HSL 85.95º 0.84% 0.83% -
HSV(B) 85.95º 0.3% 0.97% -
XYZ 69.53 84.79 52.75 -
YUV 230 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 216 248 174 0.13 0 0.30 0.03 85.95 0.84 0.83
Hex D8 F8 AE D 0 1E 3 56 54 53
Octal 330 370 256 15 0 36 3 126 124 123
Binary 11011000 11111000 10101110 1101 0 11110 11 1010110 1010100 1010011

Color Harmonies of #D8F8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F8AE

Black with #D8F8AE

Text Example


Text Example

White with #D8F8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F8AE; }

 p { color: rgb(216,248,174); }

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

background-color css

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

 a { background-color: rgb(216,248,174); }

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

border-color css

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

 span { border-color: rgb(216,248,174); }

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