#DDF9B4

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

Shades of Reef #DDF9B4

Tints of Reef #DDF9B4

Color information

#DDF9B4 (or 0xDDF9B4) is unknown color: approx Reef. HEX triplet: DD, F9 and B4. RGB value is (221,249,180). Sum of RGB (Red+Green+Blue) = 221+249+180=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 180 (70.70% from 255 or 27.69% from 650); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9B4 is #22064B. Grayscale: #E9E9E9. Windows color (decimal): -2229836 or 11860445. OLE color: 11860445.

HSL color Cylindrical-coordinate representation of color #DDF9B4: hue angle of 84.35º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDF9B4 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB221249180-
CMYK0.1100.280.02
HSL84.35º85.19%84.12%-
HSV(B)84.35º27.71%97.65%-
XYZ71.9386.4256.07-
YUV232.7698.22119.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 249 (97.66% from 255) = 38.31%
BLUE value IS 180 (70.70% from 255) = 27.69%
R=34%
G=38.31%
B=27.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491800.1100.280.0284.3585.1984.12
HexDDF9B4B01C2545554
Octal335371264130342124125124
Binary110111011111100110110100101101110010101010010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9B4; }

 p { color: rgb(221,249,180); }

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

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

 a { background-color: rgb(221,249,180); }

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

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

 span { border-color: rgb(221,249,180); }

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