Html Css Color HEX #D6EBA6 Reef

📋 copy color: '#D6EBA6'

red 214 ◦ green 235 ◦ blue 166

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

Shades of Reef #D6EBA6

Tints of Reef #D6EBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.99%

R = 34.8%
G = 38.21%
B = 26.99%

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

#D6EBA6 (or 0xD6EBA6) is known color: Reef. HEX triplet: D6, EB and A6. RGB value is (214,235,166). Sum of RGB (Red+Green+Blue) = 214+235+166=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 166 (65.23% from 255 or 26.99% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EBA6 is #291459. Grayscale: #DDDDDD. Windows color (decimal): -2692186 or 10939350. OLE color: 10939350.

HSL color Cylindrical-coordinate representation of color #D6EBA6: hue angle of 78.26º 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 #D6EBA6 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 235 166 -
CMYK 0.09 0 0.29 0.08
HSL 78.26º 0.63% 0.79% -
HSV(B) 78.26º 0.29% 0.92% -
XYZ 64.32 76.47 47.45 -
YUV 220.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 214 235 166 0.09 0 0.29 0.08 78.26 0.63 0.79
Hex D6 EB A6 9 0 1D 8 4E 3F 4F
Octal 326 353 246 11 0 35 10 116 77 117
Binary 11010110 11101011 10100110 1001 0 11101 1000 1001110 111111 1001111

Color Harmonies of #D6EBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EBA6

Black with #D6EBA6

Text Example


Text Example

White with #D6EBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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