#DCFFAA

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

Shades of Reef #DCFFAA

Tints of Reef #DCFFAA

Color information

#DCFFAA (or 0xDCFFAA) is unknown color: approx Reef. HEX triplet: DC, FF and AA. RGB value is (220,255,170). Sum of RGB (Red+Green+Blue) = 220+255+170=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFAA is #230055. Grayscale: #EBEBEB. Windows color (decimal): -2293846 or 11206620. OLE color: 11206620.

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

Color convert

RGB220255170-
CMYK0.1400.330
HSL84.71º100%83.33%-
HSV(B)84.71º33.33%100%-
XYZ72.5389.6451.51-
YUV234.8491.4117.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.11%
GREEN value IS 255 (100% from 255) = 39.53%
BLUE value IS 170 (66.80% from 255) = 26.36%
R=34.11%
G=39.53%
B=26.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551700.1400.33084.7110083.33
HexDCFFAAE0210556453
Octal334377252160410125144123
Binary110111001111111110101010111001000010101010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFAA; }

 p { color: rgb(220,255,170); }

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

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

 a { background-color: rgb(220,255,170); }

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

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

 span { border-color: rgb(220,255,170); }

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