#DEFDAD

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

Shades of Reef #DEFDAD

Tints of Reef #DEFDAD

Color information

#DEFDAD (or 0xDEFDAD) is unknown color: approx Reef. HEX triplet: DE, FD and AD. RGB value is (222,253,173). Sum of RGB (Red+Green+Blue) = 222+253+173=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFDAD is #210252. Grayscale: #EAEAEA. Windows color (decimal): -2163283 or 11402718. OLE color: 11402718.

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

Color convert

RGB222253173-
CMYK0.1200.320.01
HSL83.25º95.24%83.53%-
HSV(B)83.25º31.62%99.22%-
XYZ72.7988.852.84-
YUV234.6193.23119-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 253 (99.22% from 255) = 39.04%
BLUE value IS 173 (67.97% from 255) = 26.70%
R=34.26%
G=39.04%
B=26.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222531730.1200.320.0183.2595.2483.53
HexDEFDADC0201535f54
Octal336375255140401123137124
Binary110111101111110110101101110001000001101001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDAD; }

 p { color: rgb(222,253,173); }

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

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

 a { background-color: rgb(222,253,173); }

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

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

 span { border-color: rgb(222,253,173); }

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