#DDF2B3

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

Shades of Reef #DDF2B3

Tints of Reef #DDF2B3

Color information

#DDF2B3 (or 0xDDF2B3) is unknown color: approx Reef. HEX triplet: DD, F2 and B3. RGB value is (221,242,179). Sum of RGB (Red+Green+Blue) = 221+242+179=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 179 (70.31% from 255 or 27.88% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2B3 is #220D4C. Grayscale: #E4E4E4. Windows color (decimal): -2231629 or 11793117. OLE color: 11793117.

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

Color convert

RGB221242179-
CMYK0.0900.260.05
HSL80º70.79%82.55%-
HSV(B)80º26.03%94.9%-
XYZ69.7182.1354.83-
YUV228.54100.04122.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 242 (94.92% from 255) = 37.69%
BLUE value IS 179 (70.31% from 255) = 27.88%
R=34.42%
G=37.69%
B=27.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421790.0900.260.058070.7982.55
HexDDF2B3901A5504753
Octal335362263110325120107123
Binary1101110111110010101100111001011010101101000010001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2B3; }

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

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

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

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

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

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

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

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