#DEFF9D

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

Shades of Reef #DEFF9D

Tints of Reef #DEFF9D

Color information

#DEFF9D (or 0xDEFF9D) is unknown color: approx Reef. HEX triplet: DE, FF and 9D. RGB value is (222,255,157). Sum of RGB (Red+Green+Blue) = 222+255+157=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 157 (61.72% from 255 or 24.76% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFF9D is #210062. Grayscale: #EAEAEA. Windows color (decimal): -2162787 or 10354654. OLE color: 10354654.

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

Color convert

RGB222255157-
CMYK0.1300.380
HSL80.2º100%80.78%-
HSV(B)80.2º38.43%100%-
XYZ71.9789.4845.38-
YUV233.9684.57119.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 255 (100% from 255) = 40.22%
BLUE value IS 157 (61.72% from 255) = 24.76%
R=35.02%
G=40.22%
B=24.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551570.1300.38080.210080.78
HexDEFF9DD0260506451
Octal336377235150460120144121
Binary110111101111111110011101110101001100101000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF9D; }

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

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

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

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

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

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

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

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