Html Css Color HEX #D6EBA4 Reef

📋 copy color: '#D6EBA4'

red 214 ◦ green 235 ◦ blue 164

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

Shades of Reef #D6EBA4

Tints of Reef #D6EBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 26.75%

R = 34.91%
G = 38.34%
B = 26.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#D6EBA4 (or 0xD6EBA4) is known color: Reef. HEX triplet: D6, EB and A4. RGB value is (214,235,164). Sum of RGB (Red+Green+Blue) = 214+235+164=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 164 (64.45% from 255 or 26.75% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EBA4 is #29145B. Grayscale: #DCDCDC. Windows color (decimal): -2692188 or 10808278. OLE color: 10808278.

HSL color Cylindrical-coordinate representation of color #D6EBA4: hue angle of 77.75º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6EBA4 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 235 164 -
CMYK 0.09 0 0.30 0.08
HSL 77.75º 0.64% 0.78% -
HSV(B) 77.75º 0.3% 0.92% -
XYZ 64.14 76.39 46.49 -
YUV 220.63 96.04 123.27 -
System Red Green Blue C M Y K H S L
Decimal 214 235 164 0.09 0 0.30 0.08 77.75 0.64 0.78
Hex D6 EB A4 9 0 1E 8 4E 40 4E
Octal 326 353 244 11 0 36 10 116 100 116
Binary 11010110 11101011 10100100 1001 0 11110 1000 1001110 1000000 1001110

Color Harmonies of #D6EBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EBA4

Black with #D6EBA4

Text Example


Text Example

White with #D6EBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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