Html Css Color HEX #D6ED9E Reef

📋 copy color: '#D6ED9E'

red 214 ◦ green 237 ◦ blue 158

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

Shades of Reef #D6ED9E

Tints of Reef #D6ED9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.94%

R = 35.14%
G = 38.92%
B = 25.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#D6ED9E (or 0xD6ED9E) is known color: Reef. HEX triplet: D6, ED and 9E. RGB value is (214,237,158). Sum of RGB (Red+Green+Blue) = 214+237+158=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6ED9E is #291261. Grayscale: #DDDDDD. Windows color (decimal): -2691682 or 10415574. OLE color: 10415574.

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

Color convert

RGB 214 237 158 -
CMYK 0.10 0 0.33 0.07
HSL 77.47º 0.69% 0.77% -
HSV(B) 77.47º 0.33% 0.93% -
XYZ 64.19 77.33 43.89 -
YUV 221.12 92.38 122.92 -
System Red Green Blue C M Y K H S L
Decimal 214 237 158 0.10 0 0.33 0.07 77.47 0.69 0.77
Hex D6 ED 9E A 0 21 7 4D 45 4D
Octal 326 355 236 12 0 41 7 115 105 115
Binary 11010110 11101101 10011110 1010 0 100001 111 1001101 1000101 1001101

Color Harmonies of #D6ED9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ED9E

Black with #D6ED9E

Text Example


Text Example

White with #D6ED9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ED9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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