Html Css Color HEX #D9FAB2 Reef

📋 copy color: '#D9FAB2'

red 217 ◦ green 250 ◦ blue 178

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

Shades of Reef #D9FAB2

Tints of Reef #D9FAB2

RGB

 RED value IS 217 (85.16% from 255) = 33.64%

 GREEN value IS 250 (98.05% from 255) = 38.76%

 BLUE value IS 178 (69.92% from 255) = 27.6%

R = 33.64%
G = 38.76%
B = 27.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#D9FAB2 (or 0xD9FAB2) is known color: Reef. HEX triplet: D9, FA and B2. RGB value is (217,250,178). Sum of RGB (Red+Green+Blue) = 217+250+178=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 178 (69.92% from 255 or 27.60% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FAB2 is #26054D. Grayscale: #E8E8E8. Windows color (decimal): -2491726 or 11729625. OLE color: 11729625.

HSL color Cylindrical-coordinate representation of color #D9FAB2: hue angle of 87.5º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9FAB2 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 250 178 -
CMYK 0.13 0 0.29 0.02
HSL 87.5º 0.88% 0.84% -
HSV(B) 87.5º 0.29% 0.98% -
XYZ 70.84 86.34 55.05 -
YUV 231.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 217 250 178 0.13 0 0.29 0.02 87.5 0.88 0.84
Hex D9 FA B2 D 0 1D 2 57 58 54
Octal 331 372 262 15 0 35 2 127 130 124
Binary 11011001 11111010 10110010 1101 0 11101 10 1010111 1011000 1010100

Color Harmonies of #D9FAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FAB2

Black with #D9FAB2

Text Example


Text Example

White with #D9FAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FAB2; }

 p { color: rgb(217,250,178); }

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

background-color css

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

 a { background-color: rgb(217,250,178); }

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

border-color css

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

 span { border-color: rgb(217,250,178); }

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