#DFFDAE

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

Shades of Reef #DFFDAE

Tints of Reef #DFFDAE

Color information

#DFFDAE (or 0xDFFDAE) is unknown color: approx Reef. HEX triplet: DF, FD and AE. RGB value is (223,253,174). Sum of RGB (Red+Green+Blue) = 223+253+174=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFDAE is #200251. Grayscale: #EBEBEB. Windows color (decimal): -2097746 or 11468255. OLE color: 11468255.

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

Color convert

RGB223253174-
CMYK0.1200.310.01
HSL82.78º95.18%83.73%-
HSV(B)82.78º31.23%99.22%-
XYZ73.288.9953.36-
YUV235.0293.56119.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 253 (99.22% from 255) = 38.92%
BLUE value IS 174 (68.36% from 255) = 26.77%
R=34.31%
G=38.92%
B=26.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232531740.1200.310.0182.7895.1883.73
HexDFFDAEC01F1535f54
Octal337375256140371123137124
Binary11011111111111011010111011000111111101001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFDAE; }

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

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

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

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

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

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

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

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