Html Css Color HEX #D6EDAF Reef

📋 copy color: '#D6EDAF'

red 214 ◦ green 237 ◦ blue 175

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

Shades of Reef #D6EDAF

Tints of Reef #D6EDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.96%

R = 34.19%
G = 37.86%
B = 27.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#D6EDAF (or 0xD6EDAF) is known color: Reef. HEX triplet: D6, ED and AF. RGB value is (214,237,175). Sum of RGB (Red+Green+Blue) = 214+237+175=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EDAF is #291250. Grayscale: #DFDFDF. Windows color (decimal): -2691665 or 11529686. OLE color: 11529686.

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

Color convert

RGB 214 237 175 -
CMYK 0.10 0 0.26 0.07
HSL 82.26º 0.63% 0.81% -
HSV(B) 82.26º 0.26% 0.93% -
XYZ 65.75 77.96 52.14 -
YUV 223.06 100.88 121.54 -
System Red Green Blue C M Y K H S L
Decimal 214 237 175 0.10 0 0.26 0.07 82.26 0.63 0.81
Hex D6 ED AF A 0 1A 7 52 3F 51
Octal 326 355 257 12 0 32 7 122 77 121
Binary 11010110 11101101 10101111 1010 0 11010 111 1010010 111111 1010001

Color Harmonies of #D6EDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDAF

Black with #D6EDAF

Text Example


Text Example

White with #D6EDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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