#DCFAAB

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

Shades of Reef #DCFAAB

Tints of Reef #DCFAAB

Color information

#DCFAAB (or 0xDCFAAB) is unknown color: approx Reef. HEX triplet: DC, FA and AB. RGB value is (220,250,171). Sum of RGB (Red+Green+Blue) = 220+250+171=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAAB is #230554. Grayscale: #E8E8E8. Windows color (decimal): -2295125 or 11270876. OLE color: 11270876.

HSL color Cylindrical-coordinate representation of color #DCFAAB: hue angle of 82.78º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCFAAB is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB220250171-
CMYK0.1200.320.02
HSL82.78º88.76%82.55%-
HSV(B)82.78º31.6%98.04%-
XYZ71.0586.5351.48-
YUV232.0293.56119.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 171 (67.19% from 255) = 26.68%
R=34.32%
G=39.00%
B=26.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202501710.1200.320.0282.7888.7682.55
HexDCFAABC0202535953
Octal334372253140402123131123
Binary1101110011111010101010111100010000010101001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAAB; }

 p { color: rgb(220,250,171); }

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

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

 a { background-color: rgb(220,250,171); }

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

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

 span { border-color: rgb(220,250,171); }

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