Html Css Color HEX #D6F2AD Reef

📋 copy color: '#D6F2AD'

red 214 ◦ green 242 ◦ blue 173

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

Shades of Reef #D6F2AD

Tints of Reef #D6F2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.47%

 BLUE value IS 173 (67.97% from 255) = 27.5%

R = 34.02%
G = 38.47%
B = 27.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#D6F2AD (or 0xD6F2AD) is known color: Reef. HEX triplet: D6, F2 and AD. RGB value is (214,242,173). Sum of RGB (Red+Green+Blue) = 214+242+173=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F2AD is #290D52. Grayscale: #E2E2E2. Windows color (decimal): -2690387 or 11399894. OLE color: 11399894.

HSL color Cylindrical-coordinate representation of color #D6F2AD: hue angle of 84.35º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6F2AD is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 173 -
CMYK 0.12 0 0.29 0.05
HSL 84.35º 0.73% 0.81% -
HSV(B) 84.35º 0.29% 0.95% -
XYZ 67.03 80.82 51.6 -
YUV 225.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 214 242 173 0.12 0 0.29 0.05 84.35 0.73 0.81
Hex D6 F2 AD C 0 1D 5 54 49 51
Octal 326 362 255 14 0 35 5 124 111 121
Binary 11010110 11110010 10101101 1100 0 11101 101 1010100 1001001 1010001

Color Harmonies of #D6F2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2AD

Black with #D6F2AD

Text Example


Text Example

White with #D6F2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2AD; }

 p { color: rgb(214,242,173); }

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

background-color css

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

 a { background-color: rgb(214,242,173); }

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

border-color css

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

 span { border-color: rgb(214,242,173); }

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