#DDF1B3

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

Shades of Reef #DDF1B3

Tints of Reef #DDF1B3

Color information

#DDF1B3 (or 0xDDF1B3) is unknown color: approx Reef. HEX triplet: DD, F1 and B3. RGB value is (221,241,179). Sum of RGB (Red+Green+Blue) = 221+241+179=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 179 (70.31% from 255 or 27.93% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1B3 is #220E4C. Grayscale: #E4E4E4. Windows color (decimal): -2231885 or 11792861. OLE color: 11792861.

HSL color Cylindrical-coordinate representation of color #DDF1B3: hue angle of 79.35º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDF1B3 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB221241179-
CMYK0.0800.260.05
HSL79.35º68.89%82.35%-
HSV(B)79.35º25.73%94.51%-
XYZ69.4181.5454.73-
YUV227.95100.37123.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 241 (94.53% from 255) = 37.60%
BLUE value IS 179 (70.31% from 255) = 27.93%
R=34.48%
G=37.60%
B=27.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411790.0800.260.0579.3568.8982.35
HexDDF1B3801A54f4552
Octal335361263100325117105122
Binary1101110111110001101100111000011010101100111110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1B3; }

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

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

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

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

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

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

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

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