Html Css Color HEX #D8F8AA Reef

📋 copy color: '#D8F8AA'

red 216 ◦ green 248 ◦ blue 170

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

Shades of Reef #D8F8AA

Tints of Reef #D8F8AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 26.81%

R = 34.07%
G = 39.12%
B = 26.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#D8F8AA (or 0xD8F8AA) is known color: Reef. HEX triplet: D8, F8 and AA. RGB value is (216,248,170). Sum of RGB (Red+Green+Blue) = 216+248+170=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F8AA is #270755. Grayscale: #E5E5E5. Windows color (decimal): -2557782 or 11204824. OLE color: 11204824.

HSL color Cylindrical-coordinate representation of color #D8F8AA: hue angle of 84.62º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8F8AA is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 216 248 170 -
CMYK 0.13 0 0.31 0.03
HSL 84.62º 0.85% 0.82% -
HSV(B) 84.62º 0.31% 0.97% -
XYZ 69.14 84.64 50.72 -
YUV 229.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 216 248 170 0.13 0 0.31 0.03 84.62 0.85 0.82
Hex D8 F8 AA D 0 1F 3 55 55 52
Octal 330 370 252 15 0 37 3 125 125 122
Binary 11011000 11111000 10101010 1101 0 11111 11 1010101 1010101 1010010

Color Harmonies of #D8F8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F8AA

Black with #D8F8AA

Text Example


Text Example

White with #D8F8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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