#DDFB97

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

Shades of Reef #DDFB97

Tints of Reef #DDFB97

Color information

#DDFB97 (or 0xDDFB97) is unknown color: approx Reef. HEX triplet: DD, FB and 97. RGB value is (221,251,151). Sum of RGB (Red+Green+Blue) = 221+251+151=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 151 (59.38% from 255 or 24.24% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFB97 is #220468. Grayscale: #E7E7E7. Windows color (decimal): -2229353 or 9960413. OLE color: 9960413.

HSL color Cylindrical-coordinate representation of color #DDFB97: hue angle of 78º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDFB97 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB221251151-
CMYK0.1200.400.02
HSL78º92.59%78.82%-
HSV(B)78º39.84%98.43%-
XYZ69.986.642.31-
YUV230.6383.06121.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 251 (98.44% from 255) = 40.29%
BLUE value IS 151 (59.38% from 255) = 24.24%
R=35.47%
G=40.29%
B=24.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212511510.1200.400.027892.5978.82
HexDDFB97C02824e5d4f
Octal335373227140502116135117
Binary1101110111111011100101111100010100010100111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFB97; }

 p { color: rgb(221,251,151); }

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

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

 a { background-color: rgb(221,251,151); }

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

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

 span { border-color: rgb(221,251,151); }

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