Html Css Color HEX #D6ED9C Reef

📋 copy color: '#D6ED9C'

red 214 ◦ green 237 ◦ blue 156

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

Shades of Reef #D6ED9C

Tints of Reef #D6ED9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.7%

R = 35.26%
G = 39.04%
B = 25.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#D6ED9C (or 0xD6ED9C) is known color: Reef. HEX triplet: D6, ED and 9C. RGB value is (214,237,156). Sum of RGB (Red+Green+Blue) = 214+237+156=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6ED9C is #291263. Grayscale: #DDDDDD. Windows color (decimal): -2691684 or 10284502. OLE color: 10284502.

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

Color convert

RGB 214 237 156 -
CMYK 0.10 0 0.34 0.07
HSL 77.04º 0.69% 0.77% -
HSV(B) 77.04º 0.34% 0.93% -
XYZ 64.02 77.26 42.99 -
YUV 220.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 214 237 156 0.10 0 0.34 0.07 77.04 0.69 0.77
Hex D6 ED 9C A 0 22 7 4D 45 4D
Octal 326 355 234 12 0 42 7 115 105 115
Binary 11010110 11101101 10011100 1010 0 100010 111 1001101 1000101 1001101

Color Harmonies of #D6ED9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ED9C

Black with #D6ED9C

Text Example


Text Example

White with #D6ED9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ED9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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