#DFF3B0

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

Shades of Reef #DFF3B0

Tints of Reef #DFF3B0

Color information

#DFF3B0 (or 0xDFF3B0) is unknown color: approx Reef. HEX triplet: DF, F3 and B0. RGB value is (223,243,176). Sum of RGB (Red+Green+Blue) = 223+243+176=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 176 (69.14% from 255 or 27.41% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF3B0 is #200C4F. Grayscale: #E5E5E5. Windows color (decimal): -2100304 or 11596767. OLE color: 11596767.

HSL color Cylindrical-coordinate representation of color #DFF3B0: hue angle of 77.91º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFF3B0 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB223243176-
CMYK0.0800.280.05
HSL77.91º73.63%82.16%-
HSV(B)77.91º27.57%95.29%-
XYZ70.3282.9253.37-
YUV229.3897.87123.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 243 (95.31% from 255) = 37.85%
BLUE value IS 176 (69.14% from 255) = 27.41%
R=34.74%
G=37.85%
B=27.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232431760.0800.280.0577.9173.6382.16
HexDFF3B0801C54e4a52
Octal337363260100345116112122
Binary1101111111110011101100001000011100101100111010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF3B0; }

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

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

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

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

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

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

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

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