Html Css Color HEX #D6EA9D Reef

📋 copy color: '#D6EA9D'

red 214 ◦ green 234 ◦ blue 157

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

Shades of Reef #D6EA9D

Tints of Reef #D6EA9D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.68%

 BLUE value IS 157 (61.72% from 255) = 25.95%

R = 35.37%
G = 38.68%
B = 25.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#D6EA9D (or 0xD6EA9D) is known color: Reef. HEX triplet: D6, EA and 9D. RGB value is (214,234,157). Sum of RGB (Red+Green+Blue) = 214+234+157=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EA9D is #291562. Grayscale: #DBDBDB. Windows color (decimal): -2692451 or 10349270. OLE color: 10349270.

HSL color Cylindrical-coordinate representation of color #D6EA9D: hue angle of 75.58º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6EA9D is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 234 157 -
CMYK 0.09 0 0.33 0.08
HSL 75.58º 0.65% 0.77% -
HSV(B) 75.58º 0.33% 0.92% -
XYZ 63.24 75.58 43.15 -
YUV 219.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 214 234 157 0.09 0 0.33 0.08 75.58 0.65 0.77
Hex D6 EA 9D 9 0 21 8 4C 41 4D
Octal 326 352 235 11 0 41 10 114 101 115
Binary 11010110 11101010 10011101 1001 0 100001 1000 1001100 1000001 1001101

Color Harmonies of #D6EA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EA9D

Black with #D6EA9D

Text Example


Text Example

White with #D6EA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EA9D; }

 p { color: rgb(214,234,157); }

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

background-color css

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

 a { background-color: rgb(214,234,157); }

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

border-color css

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

 span { border-color: rgb(214,234,157); }

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