Html Css Color HEX #D8F1AF Reef

📋 copy color: '#D8F1AF'

red 216 ◦ green 241 ◦ blue 175

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

Shades of Reef #D8F1AF

Tints of Reef #D8F1AF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.13%

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

R = 34.18%
G = 38.13%
B = 27.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#D8F1AF (or 0xD8F1AF) is known color: Reef. HEX triplet: D8, F1 and AF. RGB value is (216,241,175). Sum of RGB (Red+Green+Blue) = 216+241+175=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F1AF is #270E50. Grayscale: #E2E2E2. Windows color (decimal): -2559569 or 11530712. OLE color: 11530712.

HSL color Cylindrical-coordinate representation of color #D8F1AF: hue angle of 82.73º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8F1AF is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 241 175 -
CMYK 0.10 0 0.27 0.05
HSL 82.73º 0.7% 0.82% -
HSV(B) 82.73º 0.27% 0.95% -
XYZ 67.51 80.6 52.56 -
YUV 226 99.22 120.87 -
System Red Green Blue C M Y K H S L
Decimal 216 241 175 0.10 0 0.27 0.05 82.73 0.7 0.82
Hex D8 F1 AF A 0 1B 5 53 46 52
Octal 330 361 257 12 0 33 5 123 106 122
Binary 11011000 11110001 10101111 1010 0 11011 101 1010011 1000110 1010010

Color Harmonies of #D8F1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F1AF

Black with #D8F1AF

Text Example


Text Example

White with #D8F1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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