#DCFDAD

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

Shades of Reef #DCFDAD

Tints of Reef #DCFDAD

Color information

#DCFDAD (or 0xDCFDAD) is unknown color: approx Reef. HEX triplet: DC, FD and AD. RGB value is (220,253,173). Sum of RGB (Red+Green+Blue) = 220+253+173=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 173 (67.97% from 255 or 26.78% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDAD is #230252. Grayscale: #EAEAEA. Windows color (decimal): -2294355 or 11402716. OLE color: 11402716.

HSL color Cylindrical-coordinate representation of color #DCFDAD: hue angle of 84.75º 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 #DCFDAD is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB220253173-
CMYK0.1300.320.01
HSL84.75º95.24%83.53%-
HSV(B)84.75º31.62%99.22%-
XYZ72.1888.4852.81-
YUV234.0193.57118-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 253 (99.22% from 255) = 39.16%
BLUE value IS 173 (67.97% from 255) = 26.78%
R=34.06%
G=39.16%
B=26.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202531730.1300.320.0184.7595.2483.53
HexDCFDADD0201555f54
Octal334375255150401125137124
Binary110111001111110110101101110101000001101010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDAD; }

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

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

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

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

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

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

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

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