Html Css Color HEX #D6EAAC Reef

📋 copy color: '#D6EAAC'

red 214 ◦ green 234 ◦ blue 172

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

Shades of Reef #D6EAAC

Tints of Reef #D6EAAC

RGB

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

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

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

R = 34.52%
G = 37.74%
B = 27.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#D6EAAC (or 0xD6EAAC) is known color: Reef. HEX triplet: D6, EA and AC. RGB value is (214,234,172). Sum of RGB (Red+Green+Blue) = 214+234+172=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EAAC is #291553. Grayscale: #DDDDDD. Windows color (decimal): -2692436 or 11332310. OLE color: 11332310.

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

Color convert

RGB 214 234 172 -
CMYK 0.09 0 0.26 0.08
HSL 79.35º 0.6% 0.8% -
HSV(B) 79.35º 0.26% 0.92% -
XYZ 64.6 76.12 50.32 -
YUV 220.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 214 234 172 0.09 0 0.26 0.08 79.35 0.6 0.8
Hex D6 EA AC 9 0 1A 8 4F 3C 50
Octal 326 352 254 11 0 32 10 117 74 120
Binary 11010110 11101010 10101100 1001 0 11010 1000 1001111 111100 1010000

Color Harmonies of #D6EAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EAAC

Black with #D6EAAC

Text Example


Text Example

White with #D6EAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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