Html Css Color HEX #D6F3AD Reef

📋 copy color: '#D6F3AD'

red 214 ◦ green 243 ◦ blue 173

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

Shades of Reef #D6F3AD

Tints of Reef #D6F3AD

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.57%

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

R = 33.97%
G = 38.57%
B = 27.46%

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

#D6F3AD (or 0xD6F3AD) is known color: Reef. HEX triplet: D6, F3 and AD. RGB value is (214,243,173). Sum of RGB (Red+Green+Blue) = 214+243+173=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 243 (95.31% from 255 or 38.57% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F3AD is #290C52. Grayscale: #E2E2E2. Windows color (decimal): -2690131 or 11400150. OLE color: 11400150.

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

Color convert

RGB 214 243 173 -
CMYK 0.12 0 0.29 0.05
HSL 84.86º 0.74% 0.82% -
HSV(B) 84.86º 0.29% 0.95% -
XYZ 67.32 81.41 51.7 -
YUV 226.35 97.89 119.19 -
System Red Green Blue C M Y K H S L
Decimal 214 243 173 0.12 0 0.29 0.05 84.86 0.74 0.82
Hex D6 F3 AD C 0 1D 5 55 4A 52
Octal 326 363 255 14 0 35 5 125 112 122
Binary 11010110 11110011 10101101 1100 0 11101 101 1010101 1001010 1010010

Color Harmonies of #D6F3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F3AD

Black with #D6F3AD

Text Example


Text Example

White with #D6F3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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