#D0DFB0

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

Shades of Reef #D0DFB0

Tints of Reef #D0DFB0

Color information

#D0DFB0 (or 0xD0DFB0) is unknown color: approx Reef. HEX triplet: D0, DF and B0. RGB value is (208,223,176). Sum of RGB (Red+Green+Blue) = 208+223+176=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DFB0 is #2F204F. Grayscale: #D5D5D5. Windows color (decimal): -3088464 or 11591632. OLE color: 11591632.

HSL color Cylindrical-coordinate representation of color #D0DFB0: hue angle of 79.15º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0DFB0 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB208223176-
CMYK0.0700.210.13
HSL79.15º42.34%78.24%-
HSV(B)79.15º21.08%87.45%-
XYZ60.2469.3251.28-
YUV213.16107.03124.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.27%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 176 (69.14% from 255) = 29.00%
R=34.27%
G=36.74%
B=29.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082231760.0700.210.1379.1542.3478.24
HexD0DFB07015D4f2a4e
Octal32033726070251511752116
Binary110100001101111110110000111010101110110011111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DFB0; }

 p { color: rgb(208,223,176); }

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

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

 a { background-color: rgb(208,223,176); }

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

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

 span { border-color: rgb(208,223,176); }

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