#DEFFAD

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

Shades of Reef #DEFFAD

Tints of Reef #DEFFAD

Color information

#DEFFAD (or 0xDEFFAD) is unknown color: approx Reef. HEX triplet: DE, FF and AD. RGB value is (222,255,173). Sum of RGB (Red+Green+Blue) = 222+255+173=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 173 (67.97% from 255 or 26.62% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFFAD is #210052. Grayscale: #ECECEC. Windows color (decimal): -2162771 or 11403230. OLE color: 11403230.

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

Color convert

RGB222255173-
CMYK0.1300.320
HSL84.15º100%83.92%-
HSV(B)84.15º32.16%100%-
XYZ73.4390.0753.05-
YUV235.7892.57118.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.15%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 173 (67.97% from 255) = 26.62%
R=34.15%
G=39.23%
B=26.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551730.1300.32084.1510083.92
HexDEFFADD0200546454
Octal336377255150400124144124
Binary110111101111111110101101110101000000101010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFAD; }

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

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

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

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

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

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

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

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