Html Css Color HEX #D6EBA8 Reef

📋 copy color: '#D6EBA8'

red 214 ◦ green 235 ◦ blue 168

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

Shades of Reef #D6EBA8

Tints of Reef #D6EBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.23%

R = 34.68%
G = 38.09%
B = 27.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#D6EBA8 (or 0xD6EBA8) is known color: Reef. HEX triplet: D6, EB and A8. RGB value is (214,235,168). Sum of RGB (Red+Green+Blue) = 214+235+168=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 168 (66.02% from 255 or 27.23% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EBA8 is #291457. Grayscale: #DDDDDD. Windows color (decimal): -2692184 or 11070422. OLE color: 11070422.

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

Color convert

RGB 214 235 168 -
CMYK 0.09 0 0.29 0.08
HSL 78.81º 0.63% 0.79% -
HSV(B) 78.81º 0.29% 0.92% -
XYZ 64.51 76.54 48.42 -
YUV 221.08 98.04 122.95 -
System Red Green Blue C M Y K H S L
Decimal 214 235 168 0.09 0 0.29 0.08 78.81 0.63 0.79
Hex D6 EB A8 9 0 1D 8 4F 3F 4F
Octal 326 353 250 11 0 35 10 117 77 117
Binary 11010110 11101011 10101000 1001 0 11101 1000 1001111 111111 1001111

Color Harmonies of #D6EBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EBA8

Black with #D6EBA8

Text Example


Text Example

White with #D6EBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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