Html Css Color HEX #D6EDA2 Reef

📋 copy color: '#D6EDA2'

red 214 ◦ green 237 ◦ blue 162

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

Shades of Reef #D6EDA2

Tints of Reef #D6EDA2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.66%

 BLUE value IS 162 (63.67% from 255) = 26.43%

R = 34.91%
G = 38.66%
B = 26.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#D6EDA2 (or 0xD6EDA2) is known color: Reef. HEX triplet: D6, ED and A2. RGB value is (214,237,162). Sum of RGB (Red+Green+Blue) = 214+237+162=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 162 (63.67% from 255 or 26.43% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EDA2 is #29125D. Grayscale: #DDDDDD. Windows color (decimal): -2691678 or 10677718. OLE color: 10677718.

HSL color Cylindrical-coordinate representation of color #D6EDA2: hue angle of 78.4º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6EDA2 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 162 -
CMYK 0.10 0 0.32 0.07
HSL 78.4º 0.68% 0.78% -
HSV(B) 78.4º 0.32% 0.93% -
XYZ 64.54 77.47 45.73 -
YUV 221.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 214 237 162 0.10 0 0.32 0.07 78.4 0.68 0.78
Hex D6 ED A2 A 0 20 7 4E 44 4E
Octal 326 355 242 12 0 40 7 116 104 116
Binary 11010110 11101101 10100010 1010 0 100000 111 1001110 1000100 1001110

Color Harmonies of #D6EDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDA2

Black with #D6EDA2

Text Example


Text Example

White with #D6EDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDA2; }

 p { color: rgb(214,237,162); }

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

background-color css

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

 a { background-color: rgb(214,237,162); }

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

border-color css

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

 span { border-color: rgb(214,237,162); }

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