#DEFDA0

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

Shades of Reef #DEFDA0

Tints of Reef #DEFDA0

Color information

#DEFDA0 (or 0xDEFDA0) is unknown color: approx Reef. HEX triplet: DE, FD and A0. RGB value is (222,253,160). Sum of RGB (Red+Green+Blue) = 222+253+160=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFDA0 is #21025F. Grayscale: #E9E9E9. Windows color (decimal): -2163296 or 10550750. OLE color: 10550750.

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

Color convert

RGB222253160-
CMYK0.1200.370.01
HSL80º95.88%80.98%-
HSV(B)80º36.76%99.22%-
XYZ71.5988.3246.53-
YUV233.1386.73120.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 253 (99.22% from 255) = 39.84%
BLUE value IS 160 (62.89% from 255) = 25.20%
R=34.96%
G=39.84%
B=25.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222531600.1200.370.018095.8880.98
HexDEFDA0C0251506051
Octal336375240140451120140121
Binary110111101111110110100000110001001011101000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDA0; }

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

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

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

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

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

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

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

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