#DFFDB0

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

Shades of Reef #DFFDB0

Tints of Reef #DFFDB0

Color information

#DFFDB0 (or 0xDFFDB0) is unknown color: approx Reef. HEX triplet: DF, FD and B0. RGB value is (223,253,176). Sum of RGB (Red+Green+Blue) = 223+253+176=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 176 (69.14% from 255 or 26.99% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFDB0 is #20024F. Grayscale: #EBEBEB. Windows color (decimal): -2097744 or 11599327. OLE color: 11599327.

HSL color Cylindrical-coordinate representation of color #DFFDB0: hue angle of 83.38º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFFDB0 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB223253176-
CMYK0.1200.300.01
HSL83.38º95.06%84.12%-
HSV(B)83.38º30.43%99.22%-
XYZ73.3989.0754.4-
YUV235.2594.56119.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 253 (99.22% from 255) = 38.80%
BLUE value IS 176 (69.14% from 255) = 26.99%
R=34.20%
G=38.80%
B=26.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232531760.1200.300.0183.3895.0684.12
HexDFFDB0C01E1535f54
Octal337375260140361123137124
Binary11011111111111011011000011000111101101001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFDB0; }

 p { color: rgb(223,253,176); }

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

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

 a { background-color: rgb(223,253,176); }

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

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

 span { border-color: rgb(223,253,176); }

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