Html Css Color HEX #D6EBAC Reef

📋 copy color: '#D6EBAC'

red 214 ◦ green 235 ◦ blue 172

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

Shades of Reef #D6EBAC

Tints of Reef #D6EBAC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.84%

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

R = 34.46%
G = 37.84%
B = 27.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#D6EBAC (or 0xD6EBAC) is known color: Reef. HEX triplet: D6, EB and AC. RGB value is (214,235,172). Sum of RGB (Red+Green+Blue) = 214+235+172=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EBAC is #291453. Grayscale: #DDDDDD. Windows color (decimal): -2692180 or 11332566. OLE color: 11332566.

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

Color convert

RGB 214 235 172 -
CMYK 0.09 0 0.27 0.08
HSL 80º 0.61% 0.8% -
HSV(B) 80º 0.27% 0.92% -
XYZ 64.89 76.69 50.41 -
YUV 221.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 214 235 172 0.09 0 0.27 0.08 80 0.61 0.8
Hex D6 EB AC 9 0 1B 8 50 3D 50
Octal 326 353 254 11 0 33 10 120 75 120
Binary 11010110 11101011 10101100 1001 0 11011 1000 1010000 111101 1010000

Color Harmonies of #D6EBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EBAC

Black with #D6EBAC

Text Example


Text Example

White with #D6EBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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