#DDF69B

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

Shades of Reef #DDF69B

Tints of Reef #DDF69B

Color information

#DDF69B (or 0xDDF69B) is unknown color: approx Reef. HEX triplet: DD, F6 and 9B. RGB value is (221,246,155). Sum of RGB (Red+Green+Blue) = 221+246+155=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 155 (60.94% from 255 or 24.92% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF69B is #220964. Grayscale: #E4E4E4. Windows color (decimal): -2230629 or 10221277. OLE color: 10221277.

HSL color Cylindrical-coordinate representation of color #DDF69B: hue angle of 76.48º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF69B is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB221246155-
CMYK0.1000.370.04
HSL76.48º83.49%78.63%-
HSV(B)76.48º36.99%96.47%-
XYZ68.6983.6543.54-
YUV228.1586.72122.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 246 (96.48% from 255) = 39.55%
BLUE value IS 155 (60.94% from 255) = 24.92%
R=35.53%
G=39.55%
B=24.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212461550.1000.370.0476.4883.4978.63
HexDDF69BA02544c534f
Octal335366233120454114123117
Binary11011101111101101001101110100100101100100110010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF69B; }

 p { color: rgb(221,246,155); }

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

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

 a { background-color: rgb(221,246,155); }

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

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

 span { border-color: rgb(221,246,155); }

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