Html Css Color HEX #D6FAAB Reef

📋 copy color: '#D6FAAB'

red 214 ◦ green 250 ◦ blue 171

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

Shades of Reef #D6FAAB

Tints of Reef #D6FAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.93%

R = 33.7%
G = 39.37%
B = 26.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#D6FAAB (or 0xD6FAAB) is known color: Reef. HEX triplet: D6, FA and AB. RGB value is (214,250,171). Sum of RGB (Red+Green+Blue) = 214+250+171=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FAAB is #290554. Grayscale: #E6E6E6. Windows color (decimal): -2688341 or 11270870. OLE color: 11270870.

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

Color convert

RGB 214 250 171 -
CMYK 0.14 0 0.32 0.02
HSL 87.34º 0.89% 0.83% -
HSV(B) 87.34º 0.32% 0.98% -
XYZ 69.27 85.61 51.4 -
YUV 230.23 94.57 116.42 -
System Red Green Blue C M Y K H S L
Decimal 214 250 171 0.14 0 0.32 0.02 87.34 0.89 0.83
Hex D6 FA AB E 0 20 2 57 59 53
Octal 326 372 253 16 0 40 2 127 131 123
Binary 11010110 11111010 10101011 1110 0 100000 10 1010111 1011001 1010011

Color Harmonies of #D6FAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FAAB

Black with #D6FAAB

Text Example


Text Example

White with #D6FAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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