#D6E29B

Color #D6E29B Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D6E29B

Tints of Reef #D6E29B

Color information

#D6E29B (or 0xD6E29B) is unknown color: approx Reef. HEX triplet: D6, E2 and 9B. RGB value is (214,226,155). Sum of RGB (Red+Green+Blue) = 214+226+155=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E29B is #291D64. Grayscale: #D6D6D6. Windows color (decimal): -2694501 or 10216150. OLE color: 10216150.

HSL color Cylindrical-coordinate representation of color #D6E29B: hue angle of 70.14º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6E29B is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB214226155-
CMYK0.0500.310.11
HSL70.14º55.04%74.71%-
HSV(B)70.14º31.42%88.63%-
XYZ60.8471.0641.52-
YUV214.3294.52127.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.97%
GREEN value IS 226 (88.67% from 255) = 37.98%
BLUE value IS 155 (60.94% from 255) = 26.05%
R=35.97%
G=37.98%
B=26.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142261550.0500.310.1170.1455.0474.71
HexD6E29B501FB46374b
Octal32634223350371310667113
Binary110101101110001010011011101011111101110001101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E29B; }

 p { color: rgb(214,226,155); }

 H1.HeaderClassName
 {
   color: #D6E29B;
 }
 .AnyTagClassName
 {
   color: #D6E29B;
 }
</style>
background-color css

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

 a { background-color: rgb(214,226,155); }

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

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

 span { border-color: rgb(214,226,155); }

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