#DDF8B3

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

Shades of Reef #DDF8B3

Tints of Reef #DDF8B3

Color information

#DDF8B3 (or 0xDDF8B3) is unknown color: approx Reef. HEX triplet: DD, F8 and B3. RGB value is (221,248,179). Sum of RGB (Red+Green+Blue) = 221+248+179=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 179 (70.31% from 255 or 27.62% from 648); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8B3 is #22074C. Grayscale: #E8E8E8. Windows color (decimal): -2230093 or 11794653. OLE color: 11794653.

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

Color convert

RGB221248179-
CMYK0.1100.280.03
HSL83.48º83.13%83.73%-
HSV(B)83.48º27.82%97.25%-
XYZ71.5285.7655.43-
YUV232.0698.05120.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 248 (97.27% from 255) = 38.27%
BLUE value IS 179 (70.31% from 255) = 27.62%
R=34.10%
G=38.27%
B=27.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212481790.1100.280.0383.4883.1383.73
HexDDF8B3B01C3535354
Octal335370263130343123123124
Binary110111011111100010110011101101110011101001110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF8B3; }

 p { color: rgb(221,248,179); }

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

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

 a { background-color: rgb(221,248,179); }

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

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

 span { border-color: rgb(221,248,179); }

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