Html Css Color HEX #D6ECAC Reef

📋 copy color: '#D6ECAC'

red 214 ◦ green 236 ◦ blue 172

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

Shades of Reef #D6ECAC

Tints of Reef #D6ECAC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.94%

 BLUE value IS 172 (67.58% from 255) = 27.65%

R = 34.41%
G = 37.94%
B = 27.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#D6ECAC (or 0xD6ECAC) is known color: Reef. HEX triplet: D6, EC and AC. RGB value is (214,236,172). Sum of RGB (Red+Green+Blue) = 214+236+172=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6ECAC is #291353. Grayscale: #DEDEDE. Windows color (decimal): -2691924 or 11332822. OLE color: 11332822.

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

Color convert

RGB 214 236 172 -
CMYK 0.09 0 0.27 0.07
HSL 80.63º 0.63% 0.8% -
HSV(B) 80.63º 0.27% 0.93% -
XYZ 65.17 77.27 50.51 -
YUV 222.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 214 236 172 0.09 0 0.27 0.07 80.63 0.63 0.8
Hex D6 EC AC 9 0 1B 7 51 3F 50
Octal 326 354 254 11 0 33 7 121 77 120
Binary 11010110 11101100 10101100 1001 0 11011 111 1010001 111111 1010000

Color Harmonies of #D6ECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECAC

Black with #D6ECAC

Text Example


Text Example

White with #D6ECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECAC; }

 p { color: rgb(214,236,172); }

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

background-color css

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

 a { background-color: rgb(214,236,172); }

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

border-color css

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

 span { border-color: rgb(214,236,172); }

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