#DCEDA3

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

Shades of Reef #DCEDA3

Tints of Reef #DCEDA3

Color information

#DCEDA3 (or 0xDCEDA3) is unknown color: approx Reef. HEX triplet: DC, ED and A3. RGB value is (220,237,163). Sum of RGB (Red+Green+Blue) = 220+237+163=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 163 (64.06% from 255 or 26.29% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDA3 is #23125C. Grayscale: #DFDFDF. Windows color (decimal): -2298461 or 10743260. OLE color: 10743260.

HSL color Cylindrical-coordinate representation of color #DCEDA3: hue angle of 73.78º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCEDA3 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB220237163-
CMYK0.0700.310.07
HSL73.78º67.27%78.43%-
HSV(B)73.78º31.22%92.94%-
XYZ66.4178.4346.29-
YUV223.4893.87125.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 163 (64.06% from 255) = 26.29%
R=35.48%
G=38.23%
B=26.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371630.0700.310.0773.7867.2778.43
HexDCEDA3701F74a434e
Octal33435524370377112103116
Binary110111001110110110100011111011111111100101010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDA3; }

 p { color: rgb(220,237,163); }

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

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

 a { background-color: rgb(220,237,163); }

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

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

 span { border-color: rgb(220,237,163); }

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