Html Css Color HEX #D6FAAF Reef

📋 copy color: '#D6FAAF'

red 214 ◦ green 250 ◦ blue 175

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

Shades of Reef #D6FAAF

Tints of Reef #D6FAAF

RGB

 RED value IS 214 (83.98% from 255) = 33.49%

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

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

R = 33.49%
G = 39.12%
B = 27.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#D6FAAF (or 0xD6FAAF) is known color: Reef. HEX triplet: D6, FA and AF. RGB value is (214,250,175). Sum of RGB (Red+Green+Blue) = 214+250+175=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FAAF is #290550. Grayscale: #E6E6E6. Windows color (decimal): -2688337 or 11533014. OLE color: 11533014.

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

Color convert

RGB 214 250 175 -
CMYK 0.14 0 0.3 0.02
HSL 88.8º 0.88% 0.83% -
HSV(B) 88.8º 0.3% 0.98% -
XYZ 69.66 85.76 53.44 -
YUV 230.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 214 250 175 0.14 0 0.3 0.02 88.8 0.88 0.83
Hex D6 FA AF E 0 1E 2 59 58 53
Octal 326 372 257 16 0 36 2 131 130 123
Binary 11010110 11111010 10101111 1110 0 11110 10 1011001 1011000 1010011

Color Harmonies of #D6FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FAAF

Black with #D6FAAF

Text Example


Text Example

White with #D6FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FAAF; }

 p { color: rgb(214,250,175); }

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

background-color css

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

 a { background-color: rgb(214,250,175); }

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

border-color css

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

 span { border-color: rgb(214,250,175); }

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