#DDFFB2

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

Shades of Reef #DDFFB2

Tints of Reef #DDFFB2

Color information

#DDFFB2 (or 0xDDFFB2) is unknown color: approx Reef. HEX triplet: DD, FF and B2. RGB value is (221,255,178). Sum of RGB (Red+Green+Blue) = 221+255+178=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 178 (69.92% from 255 or 27.22% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFB2 is #22004D. Grayscale: #ECECEC. Windows color (decimal): -2228302 or 11730909. OLE color: 11730909.

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

Color convert

RGB221255178-
CMYK0.1300.300
HSL86.49º100%84.9%-
HSV(B)86.49º30.2%100%-
XYZ73.6190.1155.63-
YUV236.0695.24117.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 178 (69.92% from 255) = 27.22%
R=33.79%
G=38.99%
B=27.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212551780.1300.30086.4910084.9
HexDDFFB2D01E0566455
Octal335377262150360126144125
Binary11011101111111111011001011010111100101011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFB2; }

 p { color: rgb(221,255,178); }

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

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

 a { background-color: rgb(221,255,178); }

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

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

 span { border-color: rgb(221,255,178); }

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