#D2EBB3

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

Shades of Reef #D2EBB3

Tints of Reef #D2EBB3

Color information

#D2EBB3 (or 0xD2EBB3) is unknown color: approx Reef. HEX triplet: D2, EB and B3. RGB value is (210,235,179). Sum of RGB (Red+Green+Blue) = 210+235+179=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 179 (70.31% from 255 or 28.69% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBB3 is #2D144C. Grayscale: #DDDDDD. Windows color (decimal): -2954317 or 11791314. OLE color: 11791314.

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

Color convert

RGB210235179-
CMYK0.1100.240.08
HSL86.79º58.33%81.18%-
HSV(B)86.79º23.83%92.16%-
XYZ64.4276.3753.99-
YUV221.14104.22120.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.65%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 179 (70.31% from 255) = 28.69%
R=33.65%
G=37.66%
B=28.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351790.1100.240.0886.7958.3381.18
HexD2EBB3B0188573a51
Octal322353263130301012772121
Binary1101001011101011101100111011011000100010101111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBB3; }

 p { color: rgb(210,235,179); }

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

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

 a { background-color: rgb(210,235,179); }

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

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

 span { border-color: rgb(210,235,179); }

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