#D0DF9B

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

Shades of Reef #D0DF9B

Tints of Reef #D0DF9B

Color information

#D0DF9B (or 0xD0DF9B) is unknown color: approx Reef. HEX triplet: D0, DF and 9B. RGB value is (208,223,155). Sum of RGB (Red+Green+Blue) = 208+223+155=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DF9B is #2F2064. Grayscale: #D3D3D3. Windows color (decimal): -3088485 or 10215376. OLE color: 10215376.

HSL color Cylindrical-coordinate representation of color #D0DF9B: hue angle of 73.24º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0DF9B is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB208223155-
CMYK0.0700.300.13
HSL73.24º51.52%74.12%-
HSV(B)73.24º30.49%87.45%-
XYZ58.3268.5541.17-
YUV210.7696.53126.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 155 (60.94% from 255) = 26.45%
R=35.49%
G=38.05%
B=26.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082231550.0700.300.1373.2451.5274.12
HexD0DF9B701ED49344a
Octal32033723370361511164112
Binary110100001101111110011011111011110110110010011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DF9B; }

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

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

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

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

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

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

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

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