#DDFB98

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

Shades of Reef #DDFB98

Tints of Reef #DDFB98

Color information

#DDFB98 (or 0xDDFB98) is unknown color: approx Reef. HEX triplet: DD, FB and 98. RGB value is (221,251,152). Sum of RGB (Red+Green+Blue) = 221+251+152=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 152 (59.77% from 255 or 24.36% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFB98 is #220467. Grayscale: #E7E7E7. Windows color (decimal): -2229352 or 10025949. OLE color: 10025949.

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

Color convert

RGB221251152-
CMYK0.1200.390.02
HSL78.18º92.52%79.02%-
HSV(B)78.18º39.44%98.43%-
XYZ69.9886.6342.74-
YUV230.7483.56121.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 251 (98.44% from 255) = 40.22%
BLUE value IS 152 (59.77% from 255) = 24.36%
R=35.42%
G=40.22%
B=24.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212511520.1200.390.0278.1892.5279.02
HexDDFB98C02724e5d4f
Octal335373230140472116135117
Binary1101110111111011100110001100010011110100111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFB98; }

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

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

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

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

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

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

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

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