#DFFCB1

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

Shades of Reef #DFFCB1

Tints of Reef #DFFCB1

Color information

#DFFCB1 (or 0xDFFCB1) is unknown color: approx Reef. HEX triplet: DF, FC and B1. RGB value is (223,252,177). Sum of RGB (Red+Green+Blue) = 223+252+177=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 177 (69.53% from 255 or 27.15% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFCB1 is #20034E. Grayscale: #EBEBEB. Windows color (decimal): -2097999 or 11664607. OLE color: 11664607.

HSL color Cylindrical-coordinate representation of color #DFFCB1: hue angle of 83.2º degrees, saturation: 0.93, 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 #DFFCB1 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB223252177-
CMYK0.1200.300.01
HSL83.2º92.59%84.12%-
HSV(B)83.2º29.76%98.82%-
XYZ73.1888.4854.82-
YUV234.7895.39119.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 252 (98.83% from 255) = 38.65%
BLUE value IS 177 (69.53% from 255) = 27.15%
R=34.20%
G=38.65%
B=27.15%

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
Decimal2232521770.1200.300.0183.292.5984.12
HexDFFCB1C01E1535d54
Octal337374261140361123135124
Binary11011111111111001011000111000111101101001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFCB1; }

 p { color: rgb(223,252,177); }

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

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

 a { background-color: rgb(223,252,177); }

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

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

 span { border-color: rgb(223,252,177); }

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