#D6EBB1

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

Shades of Reef #D6EBB1

Tints of Reef #D6EBB1

Color information

#D6EBB1 (or 0xD6EBB1) is unknown color: approx Reef. HEX triplet: D6, EB and B1. RGB value is (214,235,177). Sum of RGB (Red+Green+Blue) = 214+235+177=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 177 (69.53% from 255 or 28.27% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EBB1 is #29144E. Grayscale: #DEDEDE. Windows color (decimal): -2692175 or 11660246. OLE color: 11660246.

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

Color convert

RGB214235177-
CMYK0.0900.250.08
HSL81.72º59.18%80.78%-
HSV(B)81.72º24.68%92.16%-
XYZ65.3876.8952.99-
YUV222.11102.54122.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.19%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 177 (69.53% from 255) = 28.27%
R=34.19%
G=37.54%
B=28.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142351770.0900.250.0881.7259.1880.78
HexD6EBB190198523b51
Octal326353261110311012273121
Binary1101011011101011101100011001011001100010100101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBB1; }

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

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

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

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

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

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

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

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